diff options
Diffstat (limited to 'include/linux/skb_array.h')
-rw-r--r-- | include/linux/skb_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/skb_array.h b/include/linux/skb_array.h index c7addf37d119..a6b6e8bb3d7b 100644 --- a/include/linux/skb_array.h +++ b/include/linux/skb_array.h | |||
@@ -69,7 +69,7 @@ static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb | |||
69 | */ | 69 | */ |
70 | static inline bool __skb_array_empty(struct skb_array *a) | 70 | static inline bool __skb_array_empty(struct skb_array *a) |
71 | { | 71 | { |
72 | return !__ptr_ring_peek(&a->ring); | 72 | return __ptr_ring_empty(&a->ring); |
73 | } | 73 | } |
74 | 74 | ||
75 | static inline struct sk_buff *__skb_array_peek(struct skb_array *a) | 75 | static inline struct sk_buff *__skb_array_peek(struct skb_array *a) |