Skip to content

Commit ca0760e

Browse files
AristoChenojeda
authored andcommitted
Compiler Attributes: Add continue in comment
Add "continue;" for switch/case block according to Doc[1] [1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Signed-off-by: Wei Ming Chen <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6efb943 commit ca0760e

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)