We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b37f4 commit 461781bCopy full SHA for 461781b
list.h
@@ -412,6 +412,7 @@ static inline void list_move_tail(struct list_head *node,
412
&entry->member != (head); \
413
entry = list_entry(entry->member.next, typeof(*entry), member))
414
#else
415
+// The negative width bit-field makes a compile-time error for use of this.
416
#define list_for_each_entry(entry, head, member) \
417
for (entry = (void *) 1; sizeof(struct { int : -1; }); ++(entry))
418
#endif
scripts/checksums
@@ -1,3 +1,3 @@
1
db6784ff3917888db4d1dceaa0570d99ed40e762 queue.h
2
-78828505183bf0444f574c0a33a4a1f5e3231994 list.h
+943e0653daa1d51c9f61d1652a644588af5969e2 list.h
3
3bb0192cee08d165fd597a9f6fbb404533e28fcf scripts/check-commitlog.sh
0 commit comments