Compiler Attributes: Add continue in comment
authorWei Ming Chen <jj251510319013@gmail.com>
Thu, 6 May 2021 12:30:51 +0000 (20:30 +0800)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 12 May 2021 18:18:46 +0000 (20:18 +0200)
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 <jj251510319013@gmail.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
include/linux/compiler_attributes.h

index c043b8d..183ddd5 100644 (file)
  * must end with any of these keywords:
  *   break;
  *   fallthrough;
+ *   continue;
  *   goto <label>;
  *   return [expression];
  *