Browse Source

[TIPC]: Fix misleading comment in buf_discard() routine.

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>
Allan Stephens 19 năm trước cách đây
mục cha
commit
8b1f0a92e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      net/tipc/core.h

+ 1 - 1
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)