netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove leading space in linux/skbuff.h
@ 2004-09-18 22:38 Olaf Hering
  2004-09-18 22:45 ` Olaf Hering
  2004-09-22  2:55 ` David S. Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Olaf Hering @ 2004-09-18 22:38 UTC (permalink / raw)
  To: Andrew Morton, netdev


unifdef complains about the leading space.

Signed-off-by: Olaf Hering <olh@suse.de>


diff -purN linux-2.6.8/include/linux/skbuff.h linux-2.6.8.xxx/include/linux/skbuff.h
--- linux-2.6.8/include/linux/skbuff.h	2004-09-19 00:11:39.094174840 +0200
+++ linux-2.6.8.xxx/include/linux/skbuff.h	2004-09-19 00:30:14.332978660 +0200
@@ -271,7 +271,7 @@ struct sk_buff {
 #ifdef CONFIG_NET_CLS_ACT
 	__u32           tc_verd;               /* traffic control verdict */
 	__u32           tc_classid;            /* traffic control classid */
- #endif
+#endif
 
 #endif
 
-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-09-22 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-18 22:38 [PATCH] remove leading space in linux/skbuff.h Olaf Hering
2004-09-18 22:45 ` Olaf Hering
2004-09-22  2:55 ` David S. Miller
2004-09-22  8:42   ` Olaf Hering
2004-09-22 18:04     ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).