* [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
* Re: [PATCH] remove leading space in linux/skbuff.h
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
1 sibling, 0 replies; 5+ messages in thread
From: Olaf Hering @ 2004-09-18 22:45 UTC (permalink / raw)
To: Andrew Morton, netdev
On Sun, Sep 19, Olaf Hering wrote:
>
> unifdef complains about the leading space.
maybe the whole content can be in #ifdef __KERNEL__
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:42:48.187538697 +0200
@@ -13,6 +13,7 @@
#ifndef _LINUX_SKBUFF_H
#define _LINUX_SKBUFF_H
+#ifdef __KERNEL__
#include <linux/config.h>
#include <linux/kernel.h>
@@ -271,7 +272,7 @@ struct sk_buff {
#ifdef CONFIG_NET_CLS_ACT
__u32 tc_verd; /* traffic control verdict */
__u32 tc_classid; /* traffic control classid */
- #endif
+#endif
#endif
@@ -285,7 +286,6 @@ struct sk_buff {
*end;
};
-#ifdef __KERNEL__
/*
* Handling routines are only of interest to the kernel
*/
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] remove leading space in linux/skbuff.h
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
1 sibling, 1 reply; 5+ messages in thread
From: David S. Miller @ 2004-09-22 2:55 UTC (permalink / raw)
To: Olaf Hering; +Cc: akpm, netdev
Olaf, please resend your patches as attachments or something
like that, there are "=20" all over your patch when I
save the email and try to use it as a patch.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] remove leading space in linux/skbuff.h
2004-09-22 2:55 ` David S. Miller
@ 2004-09-22 8:42 ` Olaf Hering
2004-09-22 18:04 ` David S. Miller
0 siblings, 1 reply; 5+ messages in thread
From: Olaf Hering @ 2004-09-22 8:42 UTC (permalink / raw)
To: David S. Miller; +Cc: akpm, netdev
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
On Tue, Sep 21, David S. Miller wrote:
>
> Olaf, please resend your patches as attachments or something
> like that, there are "=20" all over your patch when I
> save the email and try to use it as a patch.
David,
msgid 20040918224507.GA28794@suse.de and the reply doesnt contain such
an encoding.
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
[-- Attachment #2: 1095547557.3917_1.wotan:2,S.gz --]
[-- Type: application/x-gunzip, Size: 1647 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] remove leading space in linux/skbuff.h
2004-09-22 8:42 ` Olaf Hering
@ 2004-09-22 18:04 ` David S. Miller
0 siblings, 0 replies; 5+ messages in thread
From: David S. Miller @ 2004-09-22 18:04 UTC (permalink / raw)
To: Olaf Hering; +Cc: akpm, netdev
On Wed, 22 Sep 2004 10:42:08 +0200
Olaf Hering <olh@suse.de> wrote:
> David,
> msgid 20040918224507.GA28794@suse.de and the reply doesnt contain such
> an encoding.
>
> Content-Type: text/plain; charset=utf-8
> Content-Disposition: inline
> Content-Transfer-Encoding: 8bit
Well, there they were when I saved the message text to a
file using sylpheed.
Thanks for the attachment, I'll integrate your patches.
^ 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).