Commit 8b1f0a92 authored by Allan Stephens's avatar Allan Stephens Committed by David S. Miller
Browse files

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

parent 70cb2347
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)