]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
minor format fixes
authorChris Wright <chrisw@sous-sol.org>
Fri, 17 Nov 2006 06:26:14 +0000 (22:26 -0800)
committerChris Wright <chrisw@sous-sol.org>
Fri, 17 Nov 2006 06:26:14 +0000 (22:26 -0800)
queue-2.6.18/e1000-fix-regression-garbled-stats-and-irq-allocation-during-swsusp.patch
queue-2.6.18/fix-bad-data-direction-in-sg_io.patch
queue-2.6.18/new-posix-locking-code-not-setting-rc-properly-to-zero-on-successful.patch

index 5c14d83cf1731b1a26bd0afeeed8367c19221046..305584099bffc6c193970500e985d61f0a534279 100644 (file)
@@ -3,7 +3,7 @@ From: Auke Kok <auke-jan.h.kok@intel.com>
 To: jeff@garzik.org, torvalds@osdl.org, stable@kernel.org
 Message-Id: <20061106165712.BAA253FFEA@ahkok-mobl.jf.intel.com>
 Date: Mon,  6 Nov 2006 08:57:12 -0800 (PST)
-Cc: akpm@osdl.org, auke-jan.h.kok@intel.com, nhorman@redhat.com, cluebot@fedorafaq.org, laurent.riffard@free.fr, toralf.foerster@gmx.de, bruce.w.allan@intel.com, jesse.brandeburg@intel.com, rajesh.shah@intel.com, rjw@sisk.pl, e1000-list <e1000-devel@lists.sourceforge.net>, "Ronciak, John" <john.ronciak@intel.com>, pavel@ucw.cz, davej@redhat.com, notting@redhat.com, bunk@stusta.de, "John W. Linville" <linville@tuxdriver.com>
+Cc: akpm@osdl.org, auke-jan.h.kok@intel.com, nhorman@redhat.com, cluebot@fedorafaq.org, laurent.riffard@free.fr, toralf.foerster@gmx.de, bruce.w.allan@intel.com, jesse.brandeburg@intel.com, rajesh.shah@intel.com, rjw@sisk.pl, e1000-list <e1000-devel@lists.sourceforge.net>, john.ronciak@intel.com, pavel@ucw.cz, davej@redhat.com, notting@redhat.com, bunk@stusta.de, "John W. Linville" <linville@tuxdriver.com>
 Subject: e1000: Fix regression: garbled stats and irq allocation during swsusp
 
 e1000: Fix suspend/resume powerup and irq allocation
index 92676bd45ebf86e66b5ed0cdfa45b1718cd03a79..4b4ae84c438dc258038f05274cc6fbe48785f7fc 100644 (file)
@@ -3,7 +3,7 @@ From: maks@sternwelten.at
 Date: Mon, 13 Nov 2006 17:59:01 GMT
 Message-Id: <200611131759.kADHx1kX004578@hera.kernel.org>
 To: stable@kernel.org
-Subject: [stable] [PATCH] Fix bad data direction in SG_IO
+Subject: block: Fix bad data direction in SG_IO
 
 From: Jens Axboe <jens.axboe@oracle.com>
 
index 3cb25fba0fc43922320ffe74332d5b39b3f5fd9c..c9f48801629c83181fc6e198c1020af5a540af5c 100644 (file)
@@ -1,7 +1,7 @@
 From 6b70c9559bcf381a6521e38b0dd5d3d4d905868a Mon Sep 17 00:00:00 2001
 From: Steve French <sfrench@us.ibm.com>
 Date: Thu, 21 Sep 2006 07:35:29 +0000
-Subject: [CIFS] New POSIX locking code not setting rc properly to zero on successful
+Subject: CIFS: New POSIX locking code not setting rc properly to zero on successful
 
 unlock in case where server does not support POSIX locks and nobrl is
 not specified.