projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70cb234
)
[TIPC]: Fix misleading comment in buf_discard() routine.
author
Allan Stephens
<allan.stephens@windriver.com>
Mon, 26 Jun 2006 06:42:19 +0000
(23:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 26 Jun 2006 06:42:19 +0000
(23:42 -0700)
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.h
patch
|
blob
|
history
diff --git
a/net/tipc/core.h
b/net/tipc/core.h
index d1edb7af55062ecfcca69710716dbda9bccec620..86f54f3512f1733f746f26547e9d424457ba445b 100644
(file)
--- a/
net/tipc/core.h
+++ b/
net/tipc/core.h
@@
-318,7
+318,7
@@
static inline struct sk_buff *buf_acquire(u32 size)
* buf_discard - frees a TIPC message buffer
* @skb: message buffer
*
- * Frees a
new
buffer. If passed NULL, just returns.
+ * Frees a
message
buffer. If passed NULL, just returns.
*/
static inline void buf_discard(struct sk_buff *skb)