Linus Torvalds
2518f39af6
clang-format changes for v6.8
A routine update of the 'for_each' macro list. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEPjU5OPd5QIZ9jqqOGXyLc2htIW0FAmWbUkgACgkQGXyLc2ht IW2QDg/+OVOnSM7HJAzBNo7pdEu8ehu65EED6oGqgxifeTxkwgJS7N/lgc2Pm3cm WQz8pnEkPi+wsNkJTRhBJFyS/+EBRJLcCS3AiTY72LMkqNZ9YY4JXBzu84W+N9Wk /SkQuac3FFQIon1VelRJ1rND8Tl4TpinNKmx/knaK14RNPfsh8ecTuntj+6pINNM lGlXdYuSIyOoEgtVyyiDO9d7kzHEXnjnjB8w/ndUfa6sh7T24U0a7mPkE2huBXzw QQzdMj+3H07EAYFHbVq98hN6gJuRXiuXlEZSYBFBnB9G7y9YAkW3tNk2JPOiCe+A tkmJCyin0uuh3lPbN4Wpginum2bUOyryTUs03lv7RZLKWyBgmdNG9cbxgC+2DvD1 RqoPHkJSjlybTkKPsSdtgQWSoB4gs+r6vg/EOU9ftfvhKWfjLXic+qyww8q4rXrJ GhMCoe+sYlyKqVudsq8dB85jyT0wY8LxjV4tpTTmIWdqTSykbQ77lzsTyXo3n4g9 6e4j/BEgMZy8RIrBI76qJqsH4FafzhgWb92dDFGmW4JNPguFVihY3VPSyRKJMNdC GoR+7hFd1gWEYEi6u6KBmP1JrD9tzD26JnaVnBIZ8KCTOyd9vJ22/jIw4ivs53sQ LBXN52IDQ888+PzA+GXEWbeoK0sajdpNJUb5quPa9CQqelki9H8= =+yb6 -----END PGP SIGNATURE----- Merge tag 'clang-format-6.8' of https://github.com/ojeda/linux Pull clang-format updates from Miguel Ojeda: "A routine update of the 'for_each' macro list" * tag 'clang-format-6.8' of https://github.com/ojeda/linux: clang-format: Update with v6.7-rc4's `for_each` macro list clang-format: Add maple tree's for_each macros
Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%