netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch: small fixup
@ 2005-05-19  0:36 jamal
  2005-05-19 19:43 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: jamal @ 2005-05-19  0:36 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]


My first git patch (dangerously knowledgeable after 30 minutes of
snorting blobs;->) against net-2.6.git. Consider this an excuse to send
a git patch ;->

--
Fixup simple action define to be consistent with other net/sched files

Signed-off-by: Jamal Hadi Salim

cheers,
jamal


[-- Attachment #2: act_g.p --]
[-- Type: text/x-pascal, Size: 528 bytes --]

include/net/act_generic.h: needs update
Index: include/net/act_generic.h
===================================================================
--- 999772bc591650ab8b58d2c7a225ae83ecb6697f/include/net/act_generic.h  (mode:100644)
+++ uncommitted/include/net/act_generic.h  (mode:100644)
@@ -2,8 +2,8 @@
  * include/net/act_generic.h
  *
 */
-#ifndef ACT_GENERIC_H
-#define ACT_GENERIC_H
+#ifndef _NET_ACT_GENERIC_H
+#define _NET_ACT_GENERIC_H
 static inline int tcf_defact_release(struct tcf_defact *p, int bind)
 {
 	int ret = 0;

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

* Re: patch: small fixup
  2005-05-19  0:36 patch: small fixup jamal
@ 2005-05-19 19:43 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2005-05-19 19:43 UTC (permalink / raw)
  To: hadi; +Cc: netdev

From: jamal <hadi@cyberus.ca>
Date: Wed, 18 May 2005 20:36:10 -0400

> My first git patch (dangerously knowledgeable after 30 minutes of
> snorting blobs;->) against net-2.6.git. Consider this an excuse to send
> a git patch ;->

:-)

> Fixup simple action define to be consistent with other net/sched files
> 
> Signed-off-by: Jamal Hadi Salim

Applied, please supply an email in your signed-off line next
time, thanks.

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

end of thread, other threads:[~2005-05-19 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  0:36 patch: small fixup jamal
2005-05-19 19:43 ` 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).