Skip to content

Commit

Permalink
Merge tag 'compiler-attributes-for-linus-v5.13-rc6' of git://github.c…
Browse files Browse the repository at this point in the history
…om/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
  • Loading branch information
Linus Torvalds committed Jun 9, 2021
2 parents a25b088 + ca0760e commit a4c30b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/compiler_attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
* must end with any of these keywords:
* break;
* fallthrough;
* continue;
* goto <label>;
* return [expression];
*
Expand Down

0 comments on commit a4c30b8

Please sign in to comment.