On Fri, 28 Sep 2007 09:53:47 +0100 Andy Whitcroft <apw@shadowen.org> wrote:
For sure.
OK.
Often patches are wordwrapped only in the header:
--- old/drivers/ata/libata-sff.c 2007-04-26 12:02:46.000000000 -0400
+++ linux/drivers/ata/libata-sff.c 2007-04-29 08:29:27.000000000 -0400
@@ -413,6 +413,24 @@
ap->ops->irq_on(ap);
comes through as
--- old/drivers/ata/libata-sff.c 2007-04-26
12:02:46.000000000 -0400
+++ linux/drivers/ata/libata-sff.c 2007-04-29
08:29:27.000000000 -0400
@@ -413,6 +413,24 @@
ap->ops->irq_on(ap);
and the rest of the patch is good.
<tests it>
Yup, fooled you ;)
-