From 45b38548e5bbd317cc3b22b64cfb976e63f5234d Mon Sep 17 00:00:00 2001 From: "gregkh@suse.de" Date: Tue, 5 Apr 2005 13:48:21 -0700 Subject: [PATCH] [PATCH] fix trailing whitespace in ia64 patch. And move patches into the review state. --- {queue => review}/alsa-timer-event-fixes.patch | 0 {queue => review}/ext3-release-race.patch | 0 {queue => review}/fix-ia64-syscall-auditing.patch | 2 +- {queue => review}/i2c-fix-oops-in-eeprom-driver.patch | 0 {queue => review}/ipsec-icmp-deadlock.patch | 0 {queue => review}/rwsem-fix.patch | 0 {queue => review}/tcp-bic-congestion-avoidance-algo.patch | 0 {queue => review}/uml-va_copy_fix.patch | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename {queue => review}/alsa-timer-event-fixes.patch (100%) rename {queue => review}/ext3-release-race.patch (100%) rename {queue => review}/fix-ia64-syscall-auditing.patch (97%) rename {queue => review}/i2c-fix-oops-in-eeprom-driver.patch (100%) rename {queue => review}/ipsec-icmp-deadlock.patch (100%) rename {queue => review}/rwsem-fix.patch (100%) rename {queue => review}/tcp-bic-congestion-avoidance-algo.patch (100%) rename {queue => review}/uml-va_copy_fix.patch (100%) diff --git a/queue/alsa-timer-event-fixes.patch b/review/alsa-timer-event-fixes.patch similarity index 100% rename from queue/alsa-timer-event-fixes.patch rename to review/alsa-timer-event-fixes.patch diff --git a/queue/ext3-release-race.patch b/review/ext3-release-race.patch similarity index 100% rename from queue/ext3-release-race.patch rename to review/ext3-release-race.patch diff --git a/queue/fix-ia64-syscall-auditing.patch b/review/fix-ia64-syscall-auditing.patch similarity index 97% rename from queue/fix-ia64-syscall-auditing.patch rename to review/fix-ia64-syscall-auditing.patch index 2fafa7e6de8..b24162f936b 100644 --- a/queue/fix-ia64-syscall-auditing.patch +++ b/review/fix-ia64-syscall-auditing.patch @@ -45,7 +45,7 @@ Signed-off-by: Greg Kroah-Hartman */ retval = (long) &ia64_leave_kernel; - if (test_thread_flag(TIF_SYSCALL_TRACE)) -+ if (test_thread_flag(TIF_SYSCALL_TRACE) ++ if (test_thread_flag(TIF_SYSCALL_TRACE) + || test_thread_flag(TIF_SYSCALL_AUDIT)) /* * strace expects to be notified after sigreturn returns even though the diff --git a/queue/i2c-fix-oops-in-eeprom-driver.patch b/review/i2c-fix-oops-in-eeprom-driver.patch similarity index 100% rename from queue/i2c-fix-oops-in-eeprom-driver.patch rename to review/i2c-fix-oops-in-eeprom-driver.patch diff --git a/queue/ipsec-icmp-deadlock.patch b/review/ipsec-icmp-deadlock.patch similarity index 100% rename from queue/ipsec-icmp-deadlock.patch rename to review/ipsec-icmp-deadlock.patch diff --git a/queue/rwsem-fix.patch b/review/rwsem-fix.patch similarity index 100% rename from queue/rwsem-fix.patch rename to review/rwsem-fix.patch diff --git a/queue/tcp-bic-congestion-avoidance-algo.patch b/review/tcp-bic-congestion-avoidance-algo.patch similarity index 100% rename from queue/tcp-bic-congestion-avoidance-algo.patch rename to review/tcp-bic-congestion-avoidance-algo.patch diff --git a/queue/uml-va_copy_fix.patch b/review/uml-va_copy_fix.patch similarity index 100% rename from queue/uml-va_copy_fix.patch rename to review/uml-va_copy_fix.patch -- 2.47.3