Skip to content

Commit a4c30b8

Browse files
committed
Merge tag 'compiler-attributes-for-linus-v5.13-rc6' of git://github.com/ojeda/linux
Pull compiler attribute update from Miguel Ojeda: "A trivial update to the compiler attributes: Add 'continue' keyword to documentation in comment (from Wei Ming Chen)" * tag 'compiler-attributes-for-linus-v5.13-rc6' of git://github.com/ojeda/linux: Compiler Attributes: Add continue in comment
2 parents a25b088 + ca0760e commit a4c30b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/compiler_attributes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
* must end with any of these keywords:
200200
* break;
201201
* fallthrough;
202+
* continue;
202203
* goto <label>;
203204
* return [expression];
204205
*

0 commit comments

Comments
 (0)