提交 a4c30b86 编写于 作者: L Linus Torvalds

Merge tag 'compiler-attributes-for-linus-v5.13-rc6' of git://github.com/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
...@@ -199,6 +199,7 @@ ...@@ -199,6 +199,7 @@
* must end with any of these keywords: * must end with any of these keywords:
* break; * break;
* fallthrough; * fallthrough;
* continue;
* goto <label>; * goto <label>;
* return [expression]; * return [expression];
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册