]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
minor patch format cleanups
authorChris Wright <chrisw@sous-sol.org>
Tue, 27 Jun 2006 20:15:34 +0000 (13:15 -0700)
committerChris Wright <chrisw@sous-sol.org>
Tue, 27 Jun 2006 20:15:34 +0000 (13:15 -0700)
queue-2.6.17/bcm43xx-init-fix-for-possible-machine-check.patch
queue-2.6.17/idr-fix-race-in-idr-code.patch
queue-2.6.17/ipv6-addrconf-fix-default-source-address-selection-without-config_ipv6_privacy.patch
queue-2.6.17/ipv6-fix-source-address-selection.patch
queue-2.6.17/libata-minor-patch-for-ata_dflag_pio.patch
queue-2.6.17/ohci1394-fix-broken-suspend-resume-in-ohci1394.patch
queue-2.6.17/sparc32-fix-iommu_flush_iotlb-end-address.patch
queue-2.6.17/uml-fix-uptime.patch
queue-2.6.17/usb-whiteheat-fix-firmware-spurious-errors.patch

index 962ae675e097b01364a26bc07532cef51b6e6b78..e947beeb591ee1bb5410c9b458cccd3fffd71322 100644 (file)
@@ -12,8 +12,6 @@ caused by a bus error.
 
 Signed-off-by: Michael Buesch <mb@bu3sch.de>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
----
-
 ---
  drivers/net/wireless/bcm43xx/bcm43xx_main.c |   28 ++++++++++++++--------------
  1 file changed, 14 insertions(+), 14 deletions(-)
index 57adf451769b97b4bd6f32a6763564361b8e0a64..5a079a2aabe0549cb9f9727cb775a1cb225334e9 100644 (file)
@@ -41,6 +41,7 @@ missing locking to fix this.
 Signed-off-by: Sonny Rao <sonny@burdell.org>
 Cc: <stable@kernel.org>
 Signed-off-by: Andrew Morton <akpm@osdl.org>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 ---
  lib/idr.c |   16 ++++++++++++----
  1 file changed, 12 insertions(+), 4 deletions(-)
index 811505cf776165cb82a3b59ec358c3149d539aed..cffe10c2f22b914b63309d6dc0b826107f847995 100644 (file)
@@ -13,8 +13,6 @@ because we have more less significant rule; longest match.
 Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
----
-
 ---
  net/ipv6/addrconf.c |    3 +++
  1 file changed, 3 insertions(+)
index 18effd8bddf268ccebc7882d97eadfd43e66d485..b172bac6dd28fd895e9e55cc6d82fd02ae43b0cb 100644 (file)
@@ -5,7 +5,7 @@ To: stable@kernel.org
 Cc: 
 Subject: IPV6: Fix source address selection.
 
-From: \e$,1 aukasz Stelmach <stlman@poczta.fm>
+From: Łukasz Stelmach <stlman@poczta.fm>
     
 Two additional labels (RFC 3484, sec. 10.3) for IPv6 addreses
 are defined to make a distinction between global unicast
@@ -14,12 +14,10 @@ Teredo (2001::/32, RFC 4380). It is necessary to avoid attempts
 of connection that would either fail (eg. fec0:: to 2001:feed::)
 or be sub-optimal (2001:0:: to 2001:feed::).
 
-Signed-off-by: \e$,1 aukasz Stelmach <stlman@poczta.fm>
+Signed-off-by: Łukasz Stelmach <stlman@poczta.fm>
 Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
----
-
 ---
  net/ipv6/addrconf.c |    6 ++++++
  1 file changed, 6 insertions(+)
index 4d8561a3bbfd187e5769413a5abd081491dd67ac..c9319e010cd4d22ffd43e0724ea641e7baee7b3a 100644 (file)
@@ -13,7 +13,7 @@ Problem:
 Changes:
  - Do not clear the ATA_DFLAG_PIO flag in ata_dev_configure().
 
-Signed-off-by: Tejun Heo <htejun@gmail.com>.
+Signed-off-by: Tejun Heo <htejun@gmail.com>
 Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 ---
index b9bcd1b8228a3eba11606444426a23945ff555ed..2288a41759a647bdf087bb7da135b4ac531abc69 100644 (file)
@@ -42,8 +42,6 @@ what if there are commands in progress, etc?
 
 Signed-off-by: Robert Hancock <hancockr@shaw.ca>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
----
-
 ---
  drivers/ieee1394/ohci1394.c |    3 +++
  1 file changed, 3 insertions(+)
index 42c2885f3652789f92043905f1331f18779e1f91..b6b8d92af220c0b820a612b52248d35a2e08d286 100644 (file)
@@ -12,8 +12,6 @@ HyperSPARC systems much worse than SuperSPARC systems.
 Signed-off-by: Bob Breuer <breuerr@mc.net>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
----
-
 ---
  arch/sparc/mm/iommu.c |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
index 0141c5f119f42c4bd6eafcf85cbc06b1d2637944..c45df173b153daf4d70c24d9e37c66ff8172c98e 100644 (file)
@@ -10,8 +10,6 @@ negative numbers that are involved in calculating wall_to_monotonic.
 
 Signed-off-by: Jeff Dike <jdike@addtoit.com>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
----
-
 ---
  arch/um/kernel/time_kern.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
index b211e5ddb92e8628f333f52d0a94d300ae6ba1aa..25acb5f99739b6037c96634c77deca3c2731523f 100644 (file)
@@ -9,7 +9,7 @@ Attached patch fixes spurious errors during firmware load.
 
 Signed-off-by: Stuart MacDonald <stuartm@connecttech.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/serial/whiteheat.c |    4 ++--