From: Wei Ming Chen Date: Thu, 6 May 2021 12:30:51 +0000 (+0800) Subject: Compiler Attributes: Add continue in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca0760e7d79e2bb9c342e6b3f925b1ef01c6303e;p=linux.git 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 Signed-off-by: Miguel Ojeda --- diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h index c043b8d2b17bf..183ddd5fd0724 100644 --- a/include/linux/compiler_attributes.h +++ b/include/linux/compiler_attributes.h @@ -199,6 +199,7 @@ * must end with any of these keywords: * break; * fallthrough; + * continue; * goto