kernel/include/linux/list_sort.h
.. .. @@ -6,6 +6,7 @@ 6 6 7 7 struct list_head; 8 8 9 +__attribute__((nonnull(2,3)))9 10 void list_sort(void *priv, struct list_head *head, 10 11 int (*cmp)(void *priv, struct list_head *a, 11 12 struct list_head *b));