From: Allan Stephens Date: Mon, 26 Jun 2006 06:42:19 +0000 (-0700) Subject: [TIPC]: Fix misleading comment in buf_discard() routine. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8b1f0a92e98a67e1e69aa37d538f8956d1640cba;p=linux-beck.git [TIPC]: Fix misleading comment in buf_discard() routine. Signed-off-by: Allan Stephens Signed-off-by: Per Liden Signed-off-by: David S. Miller --- diff --git a/net/tipc/core.h b/net/tipc/core.h index d1edb7af5506..86f54f3512f1 100644 --- 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)