[PATCH] SubmittingPatches wrong indentation

John Levon (levon@movementarian.org)
Tue, 8 Oct 2002 02:09:11 +0100


Do I win "none more trivial" ?

Against 2.5.41

john

--- linux-linus/Documentation/SubmittingPatches Thu Aug 1 22:16:03 2002
+++ linux/Documentation/SubmittingPatches Sun Oct 6 00:41:12 2002
@@ -243,7 +243,7 @@
if (!dev)
return -ENODEV;
#ifdef CONFIG_NET_FUNKINESS
- init_funky_net(dev);
+ init_funky_net(dev);
#endif

Cleaned-up example:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/