hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/list_sort.h
....@@ -6,6 +6,7 @@
66
77 struct list_head;
88
9
+__attribute__((nonnull(2,3)))
910 void list_sort(void *priv, struct list_head *head,
1011 int (*cmp)(void *priv, struct list_head *a,
1112 struct list_head *b));