aboutsummaryrefslogtreecommitdiffstats
diff options
-rw-r--r--0001-iop.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0002-amiserial.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0003-hvc_console.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0004-hvcs.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0005-68328serial.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0006-crisv10.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0007-icom.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0008-ioc3_serial.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0009-ioc4_serial.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0010-mpsc.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0011-synclink.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0012-synclink_gt.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0013-synclinkmp.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0014-tty_buffer.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0015-tty_ldsem.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0016-consolemap.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0017-speedtch.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0018-usbatm.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0019-xusbatm.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0020-usblp.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0021-devio.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0022-hcd.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0023-hub.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0024-inode.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0025-ehci-dbg.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0026-fusbh200-hcd.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0027-isp116x-hcd.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0028-ohci-dbg.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0029-ohci-hcd.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0030-ohci-q.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0031-sisusb.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0032-sisusb_con.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0033-uss720.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0034-mon_bin.c-move-assignment-out-of-if-block.patch2
-rw-r--r--0035-mon_main.c-move-assignment-out-of-if-block.patch2
35 files changed, 35 insertions, 35 deletions
diff --git a/0001-iop.c-move-assignment-out-of-if-block.patch b/0001-iop.c-move-assignment-out-of-if-block.patch
index 45a8f39854488f..b391e293efcde3 100644
--- a/0001-iop.c-move-assignment-out-of-if-block.patch
+++ b/0001-iop.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 9640c5c953103d87f30d548274bc4e6d8ac3e549 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:21:59 +0200
-Subject: [PATCH 01/36] iop.c: move assignment out of if () block
+Subject: [PATCH 01/36] Staging: iop.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0002-amiserial.c-move-assignment-out-of-if-block.patch b/0002-amiserial.c-move-assignment-out-of-if-block.patch
index 89bdd2e88e0f0f..10a12a727e1249 100644
--- a/0002-amiserial.c-move-assignment-out-of-if-block.patch
+++ b/0002-amiserial.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 7d99b4864316e37368a83069907302cabc1a9f62 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:00 +0200
-Subject: [PATCH 02/36] amiserial.c: move assignment out of if () block
+Subject: [PATCH 02/36] tty: amiserial.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0003-hvc_console.c-move-assignment-out-of-if-block.patch b/0003-hvc_console.c-move-assignment-out-of-if-block.patch
index 51993ca386d9d2..400ec4aca1ac07 100644
--- a/0003-hvc_console.c-move-assignment-out-of-if-block.patch
+++ b/0003-hvc_console.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 653778364ba17237ea794ab00e92ed04b98aec42 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:02 +0200
-Subject: [PATCH 03/36] hvc_console.c: move assignment out of if () block
+Subject: [PATCH 03/36] tty: hvc_console.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0004-hvcs.c-move-assignment-out-of-if-block.patch b/0004-hvcs.c-move-assignment-out-of-if-block.patch
index f00458631b80a0..52e040363b524d 100644
--- a/0004-hvcs.c-move-assignment-out-of-if-block.patch
+++ b/0004-hvcs.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From c7e61966f54c02d32a22e523c55d13a7b5304c3b Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:04 +0200
-Subject: [PATCH 04/36] hvcs.c: move assignment out of if () block
+Subject: [PATCH 04/36] tty: hvcs.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0005-68328serial.c-move-assignment-out-of-if-block.patch b/0005-68328serial.c-move-assignment-out-of-if-block.patch
index bbab820af0c814..24b1db1ee68bae 100644
--- a/0005-68328serial.c-move-assignment-out-of-if-block.patch
+++ b/0005-68328serial.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 5ce8eba21f28738d0fb9359897d893efd99c1c50 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:05 +0200
-Subject: [PATCH 05/36] 68328serial.c: move assignment out of if () block
+Subject: [PATCH 05/36] tty: 68328serial.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0006-crisv10.c-move-assignment-out-of-if-block.patch b/0006-crisv10.c-move-assignment-out-of-if-block.patch
index 0c1b094d24ad8e..db1b5e826bb3cd 100644
--- a/0006-crisv10.c-move-assignment-out-of-if-block.patch
+++ b/0006-crisv10.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 9a3031c4490510d4a860f857526293f6638528a1 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:05 +0200
-Subject: [PATCH 06/36] crisv10.c: move assignment out of if () block
+Subject: [PATCH 06/36] tty: crisv10.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0007-icom.c-move-assignment-out-of-if-block.patch b/0007-icom.c-move-assignment-out-of-if-block.patch
index 7cfb77a8e8ea87..6d148be0c9cb7c 100644
--- a/0007-icom.c-move-assignment-out-of-if-block.patch
+++ b/0007-icom.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 1f917aadd8a9092baf8f9112951e27334764af1f Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:06 +0200
-Subject: [PATCH 07/36] icom.c: move assignment out of if () block
+Subject: [PATCH 07/36] tty: icom.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch b/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
index 8fb9794a910c18..30dbd875ef40d5 100644
--- a/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
+++ b/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From cdf92482f0381097283312e3e2d0781d6333ab8d Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:06 +0200
-Subject: [PATCH 08/36] ioc3_serial.c: move assignment out of if () block
+Subject: [PATCH 08/36] tty: ioc3_serial.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0009-ioc4_serial.c-move-assignment-out-of-if-block.patch b/0009-ioc4_serial.c-move-assignment-out-of-if-block.patch
index c763ecd6d1cbb6..f4670283f6e0f1 100644
--- a/0009-ioc4_serial.c-move-assignment-out-of-if-block.patch
+++ b/0009-ioc4_serial.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From e5e6f43422bf355ced0e328b7073f68bdb6b37cf Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:07 +0200
-Subject: [PATCH 09/36] ioc4_serial.c: move assignment out of if () block
+Subject: [PATCH 09/36] tty: ioc4_serial.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0010-mpsc.c-move-assignment-out-of-if-block.patch b/0010-mpsc.c-move-assignment-out-of-if-block.patch
index f4e60617a9ef8a..a5914092fa671a 100644
--- a/0010-mpsc.c-move-assignment-out-of-if-block.patch
+++ b/0010-mpsc.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From ef42121bf5e347941ee421f78f351d76f4b8ed84 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:07 +0200
-Subject: [PATCH 10/36] mpsc.c: move assignment out of if () block
+Subject: [PATCH 10/36] tty: mpsc.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0011-synclink.c-move-assignment-out-of-if-block.patch b/0011-synclink.c-move-assignment-out-of-if-block.patch
index e0fef214561fb6..dbca08e1525064 100644
--- a/0011-synclink.c-move-assignment-out-of-if-block.patch
+++ b/0011-synclink.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From cc9562d7ce941cb6517f4fd8e93ae9e165887958 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:08 +0200
-Subject: [PATCH 11/36] synclink.c: move assignment out of if () block
+Subject: [PATCH 11/36] tty: synclink.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0012-synclink_gt.c-move-assignment-out-of-if-block.patch b/0012-synclink_gt.c-move-assignment-out-of-if-block.patch
index 59aee2c9eb13fd..897470758e14a8 100644
--- a/0012-synclink_gt.c-move-assignment-out-of-if-block.patch
+++ b/0012-synclink_gt.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 1989ebb4bdb26b1c90a74fd64c7407222e8e2fee Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:08 +0200
-Subject: [PATCH 12/36] synclink_gt.c: move assignment out of if () block
+Subject: [PATCH 12/36] tty: synclink_gt.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0013-synclinkmp.c-move-assignment-out-of-if-block.patch b/0013-synclinkmp.c-move-assignment-out-of-if-block.patch
index 2eec77bcdaffc2..ad14e2d91bbae6 100644
--- a/0013-synclinkmp.c-move-assignment-out-of-if-block.patch
+++ b/0013-synclinkmp.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 81823a3d3e8062b6556db720bac0d3ab15b5b81e Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:08 +0200
-Subject: [PATCH 13/36] synclinkmp.c: move assignment out of if () block
+Subject: [PATCH 13/36] tty: synclinkmp.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0014-tty_buffer.c-move-assignment-out-of-if-block.patch b/0014-tty_buffer.c-move-assignment-out-of-if-block.patch
index 18ee77fa038c3d..aa64c3a5b46a37 100644
--- a/0014-tty_buffer.c-move-assignment-out-of-if-block.patch
+++ b/0014-tty_buffer.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From dcf24946ecbcdc07ef7fe3cdd2d7c8bde0dc7ee4 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:09 +0200
-Subject: [PATCH 14/36] tty_buffer.c: move assignment out of if () block
+Subject: [PATCH 14/36] tty: tty_buffer.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0015-tty_ldsem.c-move-assignment-out-of-if-block.patch b/0015-tty_ldsem.c-move-assignment-out-of-if-block.patch
index 680bc131fd7269..e5b4ff36a40bc3 100644
--- a/0015-tty_ldsem.c-move-assignment-out-of-if-block.patch
+++ b/0015-tty_ldsem.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From d87ee8fe3fa67484312b43aed924a469611e39a4 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:09 +0200
-Subject: [PATCH 15/36] tty_ldsem.c: move assignment out of if () block
+Subject: [PATCH 15/36] tty: tty_ldsem.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0016-consolemap.c-move-assignment-out-of-if-block.patch b/0016-consolemap.c-move-assignment-out-of-if-block.patch
index fe46005f72d102..abf0668d9d7836 100644
--- a/0016-consolemap.c-move-assignment-out-of-if-block.patch
+++ b/0016-consolemap.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 63b51628e8140adabb1a3d4ece779f2a432ab948 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:12 +0200
-Subject: [PATCH 16/36] consolemap.c: move assignment out of if () block
+Subject: [PATCH 16/36] tty: consolemap.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0017-speedtch.c-move-assignment-out-of-if-block.patch b/0017-speedtch.c-move-assignment-out-of-if-block.patch
index 1033e4a2bb4d0f..076fa68687c201 100644
--- a/0017-speedtch.c-move-assignment-out-of-if-block.patch
+++ b/0017-speedtch.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 621ba9de84b27122635c9198b8db5c7b87dd811f Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:12 +0200
-Subject: [PATCH 17/36] speedtch.c: move assignment out of if () block
+Subject: [PATCH 17/36] USB: speedtch.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0018-usbatm.c-move-assignment-out-of-if-block.patch b/0018-usbatm.c-move-assignment-out-of-if-block.patch
index 3c69e9173df15f..cd1a389aecc5ee 100644
--- a/0018-usbatm.c-move-assignment-out-of-if-block.patch
+++ b/0018-usbatm.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From d920ae9726cfa2552f91845e7acd5b97797d7bed Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:12 +0200
-Subject: [PATCH 18/36] usbatm.c: move assignment out of if () block
+Subject: [PATCH 18/36] USB: usbatm.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0019-xusbatm.c-move-assignment-out-of-if-block.patch b/0019-xusbatm.c-move-assignment-out-of-if-block.patch
index 4ecda2c460218f..5476dcb71fd079 100644
--- a/0019-xusbatm.c-move-assignment-out-of-if-block.patch
+++ b/0019-xusbatm.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From c4f66c75001c1221c50f19532cbacba6c6ba640e Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:15 +0200
-Subject: [PATCH 19/36] xusbatm.c: move assignment out of if () block
+Subject: [PATCH 19/36] USB: xusbatm.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0020-usblp.c-move-assignment-out-of-if-block.patch b/0020-usblp.c-move-assignment-out-of-if-block.patch
index 4ef4c0b35483a9..134463d3c13474 100644
--- a/0020-usblp.c-move-assignment-out-of-if-block.patch
+++ b/0020-usblp.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From de1affd1e2fd57f99f168e2d100bb16456b93a51 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:15 +0200
-Subject: [PATCH 20/36] usblp.c: move assignment out of if () block
+Subject: [PATCH 20/36] USB: usblp.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0021-devio.c-move-assignment-out-of-if-block.patch b/0021-devio.c-move-assignment-out-of-if-block.patch
index d9d1da450e2e60..2c244decfa3ff6 100644
--- a/0021-devio.c-move-assignment-out-of-if-block.patch
+++ b/0021-devio.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From cce8f17bc680374f46397985858b612327a92f12 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:17 +0200
-Subject: [PATCH 21/36] devio.c: move assignment out of if () block
+Subject: [PATCH 21/36] USB: devio.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0022-hcd.c-move-assignment-out-of-if-block.patch b/0022-hcd.c-move-assignment-out-of-if-block.patch
index 510db88acb8354..804263422353ee 100644
--- a/0022-hcd.c-move-assignment-out-of-if-block.patch
+++ b/0022-hcd.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 05b4a29d4ff1bef8aaaa42acbccb2ed22e400432 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:20 +0200
-Subject: [PATCH 22/36] hcd.c: move assignment out of if () block
+Subject: [PATCH 22/36] USB: hcd.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0023-hub.c-move-assignment-out-of-if-block.patch b/0023-hub.c-move-assignment-out-of-if-block.patch
index 85a0ee4b9d6a95..0ed0ca2abb677f 100644
--- a/0023-hub.c-move-assignment-out-of-if-block.patch
+++ b/0023-hub.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From ef578ef0909f074287986f865173be92d7028213 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:22 +0200
-Subject: [PATCH 23/36] hub.c: move assignment out of if () block
+Subject: [PATCH 23/36] USB: hub.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0024-inode.c-move-assignment-out-of-if-block.patch b/0024-inode.c-move-assignment-out-of-if-block.patch
index 772c326ca30977..29496461b3023e 100644
--- a/0024-inode.c-move-assignment-out-of-if-block.patch
+++ b/0024-inode.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From d6c11e0e4a89f6c5e5b941cd170c3166d72b40e5 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:24 +0200
-Subject: [PATCH 24/36] inode.c: move assignment out of if () block
+Subject: [PATCH 24/36] USB: inode.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0025-ehci-dbg.c-move-assignment-out-of-if-block.patch b/0025-ehci-dbg.c-move-assignment-out-of-if-block.patch
index 20c14efbffb4d2..7e80dcd23885f3 100644
--- a/0025-ehci-dbg.c-move-assignment-out-of-if-block.patch
+++ b/0025-ehci-dbg.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 3737858648328276d4894d33d70adf81d4d8347d Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:25 +0200
-Subject: [PATCH 25/36] ehci-dbg.c: move assignment out of if () block
+Subject: [PATCH 25/36] USB: ehci-dbg.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0026-fusbh200-hcd.c-move-assignment-out-of-if-block.patch b/0026-fusbh200-hcd.c-move-assignment-out-of-if-block.patch
index 4110957407f711..761041eeb6585b 100644
--- a/0026-fusbh200-hcd.c-move-assignment-out-of-if-block.patch
+++ b/0026-fusbh200-hcd.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 4e4b3ca0b5b8be99c6588e0291dc4bb14275bd88 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:27 +0200
-Subject: [PATCH 26/36] fusbh200-hcd.c: move assignment out of if () block
+Subject: [PATCH 26/36] USB: fusbh200-hcd.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0027-isp116x-hcd.c-move-assignment-out-of-if-block.patch b/0027-isp116x-hcd.c-move-assignment-out-of-if-block.patch
index fa803daa0b39a4..1baf0716bac0da 100644
--- a/0027-isp116x-hcd.c-move-assignment-out-of-if-block.patch
+++ b/0027-isp116x-hcd.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From fa1a7880be18b26b5cf545feabf444f1f4a1a929 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:27 +0200
-Subject: [PATCH 27/36] isp116x-hcd.c: move assignment out of if () block
+Subject: [PATCH 27/36] USB: isp116x-hcd.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0028-ohci-dbg.c-move-assignment-out-of-if-block.patch b/0028-ohci-dbg.c-move-assignment-out-of-if-block.patch
index a09f3443735277..b7a1636476b27a 100644
--- a/0028-ohci-dbg.c-move-assignment-out-of-if-block.patch
+++ b/0028-ohci-dbg.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 12ed2c821d231d5e83e9fdccbacfed4b2604994e Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:28 +0200
-Subject: [PATCH 28/36] ohci-dbg.c: move assignment out of if () block
+Subject: [PATCH 28/36] USB: ohci-dbg.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0029-ohci-hcd.c-move-assignment-out-of-if-block.patch b/0029-ohci-hcd.c-move-assignment-out-of-if-block.patch
index f346d478bd2110..fedb7526dc328d 100644
--- a/0029-ohci-hcd.c-move-assignment-out-of-if-block.patch
+++ b/0029-ohci-hcd.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 9d89910bb254d2686d58aeaa91c818abdae25e52 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:28 +0200
-Subject: [PATCH 29/36] ohci-hcd.c: move assignment out of if () block
+Subject: [PATCH 29/36] USB: ohci-hcd.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0030-ohci-q.c-move-assignment-out-of-if-block.patch b/0030-ohci-q.c-move-assignment-out-of-if-block.patch
index 3177b4d3523c2f..ac6cb2be37bd31 100644
--- a/0030-ohci-q.c-move-assignment-out-of-if-block.patch
+++ b/0030-ohci-q.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 655a7aabfe2c282e713ded9bee60e38bf2cdc7e6 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:29 +0200
-Subject: [PATCH 30/36] ohci-q.c: move assignment out of if () block
+Subject: [PATCH 30/36] USB: ohci-q.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0031-sisusb.c-move-assignment-out-of-if-block.patch b/0031-sisusb.c-move-assignment-out-of-if-block.patch
index 7cf74f51a3b25a..3dbad710d12e78 100644
--- a/0031-sisusb.c-move-assignment-out-of-if-block.patch
+++ b/0031-sisusb.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 6e547c2240493813cc3bff47ab4b7e82ebf2548f Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:29 +0200
-Subject: [PATCH 31/36] sisusb.c: move assignment out of if () block
+Subject: [PATCH 31/36] USB: sisusb.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0032-sisusb_con.c-move-assignment-out-of-if-block.patch b/0032-sisusb_con.c-move-assignment-out-of-if-block.patch
index 89f9530c20afff..ae0c6512b9c992 100644
--- a/0032-sisusb_con.c-move-assignment-out-of-if-block.patch
+++ b/0032-sisusb_con.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 55b8ab857bc6f4c2180264aa605a2eeb1296d359 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:30 +0200
-Subject: [PATCH 32/36] sisusb_con.c: move assignment out of if () block
+Subject: [PATCH 32/36] USB: sisusb_con.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0033-uss720.c-move-assignment-out-of-if-block.patch b/0033-uss720.c-move-assignment-out-of-if-block.patch
index 9533cb0ab3a2ae..f7de59b3a05baa 100644
--- a/0033-uss720.c-move-assignment-out-of-if-block.patch
+++ b/0033-uss720.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From eda9a7e388cbf13b7fbabeb7d903f3aae5523944 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:32 +0200
-Subject: [PATCH 33/36] uss720.c: move assignment out of if () block
+Subject: [PATCH 33/36] USB: uss720.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0034-mon_bin.c-move-assignment-out-of-if-block.patch b/0034-mon_bin.c-move-assignment-out-of-if-block.patch
index f3e83547d67b32..0d0fd75d429794 100644
--- a/0034-mon_bin.c-move-assignment-out-of-if-block.patch
+++ b/0034-mon_bin.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From 5e6c9f9aecf7e9fc69394ebfeff4b7234bd2c9d5 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:34 +0200
-Subject: [PATCH 34/36] mon_bin.c: move assignment out of if () block
+Subject: [PATCH 34/36] USB: mon_bin.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.
diff --git a/0035-mon_main.c-move-assignment-out-of-if-block.patch b/0035-mon_main.c-move-assignment-out-of-if-block.patch
index 72f9f96318193f..e8f517172fca15 100644
--- a/0035-mon_main.c-move-assignment-out-of-if-block.patch
+++ b/0035-mon_main.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From ed1aa46db7d2fa1b00838fac9ba71e85d22b0931 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:36 +0200
-Subject: [PATCH 35/36] mon_main.c: move assignment out of if () block
+Subject: [PATCH 35/36] USB: mon_main.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.