Skip to content

Commit

Permalink
[TIPC]: Fix misleading comment in buf_discard() routine.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 26, 2006
1 parent 70cb234 commit 8b1f0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tipc/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b1f0a9

Please sign in to comment.