From: Chris Wright Date: Wed, 29 Jun 2005 23:56:00 +0000 (-0700) Subject: Fixup a couple patches so they play nicely with commit scripts. X-Git-Tag: v2.6.12.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0346f7f2949a1c7c432ece515938d2d596859ecd;p=thirdparty%2Fkernel%2Fstable-queue.git Fixup a couple patches so they play nicely with commit scripts. --- diff --git a/review/pci-driver-typo-fix.patch b/review/pci-driver-typo-fix.patch index fadc8ad03a0..bc2c70590cb 100644 --- a/review/pci-driver-typo-fix.patch +++ b/review/pci-driver-typo-fix.patch @@ -11,6 +11,7 @@ accidentally suffers from a previous typo in that file Signed-off-by: Mika Kukkonen Signed-off-by: Chris Wright +--- Index: linux-2.6/drivers/pci/pci-driver.c =================================================================== @@ -25,3 +26,4 @@ Index: linux-2.6/drivers/pci/pci-driver.c drv->driver.owner = drv->owner; drv->driver.kobj.ktype = &pci_driver_kobj_type; pci_init_dynids(&drv->dynids); + diff --git a/review/qla2xxx-init-fixes.patch b/review/qla2xxx-init-fixes.patch index ece1d60c7f3..f1b10360b4f 100644 --- a/review/qla2xxx-init-fixes.patch +++ b/review/qla2xxx-init-fixes.patch @@ -1,4 +1,4 @@ -From foo@baz +From foo@baz.com Thu Jun 09 17:21:28 2005 Date: Thu, 09 Jun 2005 17:21:28 -0700 From: Andrew Vasquez To: stable@kernel.org