]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
some minor patch fixups to make quilt happy
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Jun 2008 23:53:37 +0000 (16:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Jun 2008 23:53:37 +0000 (16:53 -0700)
queue-2.6.25/ps3-fix-frame-buffer-build-error.patch
queue-2.6.25/tcp-fix-inconsistency-source.patch

index 58ee44ffac81ff940fd15c6fc5a44651f92d0ca5..25befa50a0c735b07cf0aaedd9c62a1387dec2b0 100644 (file)
@@ -20,7 +20,7 @@ Prevents this error:
 Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
 Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
 Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>SC
+Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 ---
index 595109170497ebb68aa965b63e50f21d59cf4709..f255e02bdd651553947598da7bea7c45cdfa828d 100644 (file)
@@ -1,10 +1,10 @@
 From e193474d6d5658f0bd4429226d64ffb1493e38fa Mon Sep 17 00:00:00 2001
-From: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
+From: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
 Date: Tue, 10 Jun 2008 15:37:34 -0700
 Subject: tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))
 Message-Id: <20080610.153918.57440222.davem@davemloft.net>
 
-From: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
+From: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
 
 [ upstream commit: 8aca6cb1179ed9bef9351028c8d8af852903eae2 ]
 
@@ -36,7 +36,7 @@ This bug was found by Brian Vowell while running my TCP debug
 patch to find cause of another TCP issue (fackets_out
 miscount).
 
-Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
+Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>