提交 5bb5572a 编写于 作者: J Joe Perches 提交者: Greg Kroah-Hartman

staging: ath6kl: Convert A_NETBUF_QUEUE_EMPTY to return TRUE or FALSE

Make the return an A_BOOL not int.
Signed-off-by: NJoe Perches <joe@perches.com>
Acked-by: NVipin Mehta <vipin.mehta@atheros.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ebb8e490
......@@ -247,7 +247,7 @@ typedef struct sk_buff_head A_NETBUF_QUEUE_T;
#define A_NETBUF_QUEUE_SIZE(q) \
a_netbuf_queue_size(q)
#define A_NETBUF_QUEUE_EMPTY(q) \
a_netbuf_queue_empty(q)
(a_netbuf_queue_empty(q) ? TRUE : FALSE)
/*
* Network buffer support
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册