summaryrefslogtreecommitdiff
path: root/include/linux/compiler_attributes.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2021-06-22 13:56:50 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-06-22 13:56:50 -0300
commitce09673636f9581d2e2e24af785c463c030a1fd8 (patch)
tree5d696220bd70dcad7cc0809cf6e3225b4953bf05 /include/linux/compiler_attributes.h
parent45237f9898fce54a8cc6d40f7455291e0e6c4277 (diff)
parenta96bfed64c8986d6404e553f18203cae1f5ac7e6 (diff)
Merge remote-tracking branch 'torvalds/master' into perf/core
To pick up fixes, since perf/urgent is already upstream. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include/linux/compiler_attributes.h')
-rw-r--r--include/linux/compiler_attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compiler_attributes.h b/include/linux/compiler_attributes.h
index c043b8d2b17b..183ddd5fd072 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 <label>;
* return [expression];
*