mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
Cosmetic cleanups: * white space cleanup around '=' -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE+KKGk1TrgjIXoxo03bWEnRc2JJ0FAmWAXwsACgkQ3bWEnRc2 JJ3RmA/8CzKT1xoWrmU1pbvYn16tNBE5XUxEaDfxDY2T79OqJh4mmw4zIePbmWgh RbqdxC8vAICN3qkJ0Uiin6ZdpPEdJa8jsdTNK32bXHEgaTIRRQ80Sz6fp7J2zzOf 2MQv6GOlcGh4yRxlPN5MoWjJJCosR8McgTUv0ND45kIdmZiwL0CwCvHgfHehcdFe EDIFqi4Arbg6wMsTmGoD9oHeQ0dI/69SZWldJFdPtuIsDRvMJgb52P2dGaq79QAA wsdiUpibYU3U8UWsgsv3NlxQiRLgASUNCPECxIRqkcUyC0j76mu9vFmOIAXN65n7 53McQJVKJp8530hHJ7D0owlCG/7mZa8WEO/ao/ddM0MYN7u7MwF7ZFXETirmOSR6 ZLdGyPopll+//HHYAr/BiggjArj236omaa9+TXdhP9hra9UkAN29Bv4Trap9Z/CL CDjSHMVYhtBIZernFRy11z+D4uamCWeTpUuD0hngcqfLx1PpevnwoGDZsOEir1Vd h0XLUEB6R+Z3agYCAypVbbM6Qtg3tbk/W+Zmhh6ba/aMAXVkBHIontssGHNPoLY+ 7KOD8+2qgukLPDBAMTR72I+0nhAX6dYuGuSxy6c6C0KF2hDvh4UHbUeLKVo0gCyK Dgsnsjhmjd+ozQuZyIezxNV2fBsbPgVEzmnMP6U14wQ9QYF7hmQ= =pKN1 -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmWEb0EACgkQYKtH/8kJ UifYmBAA0ydatQlY5cAeu1dD67eAfCSH6Wdq7zLfxuG3PmmS/PJ9ZMBAjVNXiL0J PAMx55P5k9gFnLMqjkSh22CJn6edYm0oHZ9Q3yPJRXtwBE2WDX9qtuuarL8xSX7h n85yyM8qapIJoeZXEyaaO0Y2uHxSae7Ua2eK/Y5qS/7C9v+QDwKMZZae3zB4spzb 5uSRfOpDXh+It/X6Sb+SNaZ2u9UJ5hASKsSMtirx3j+4bcW5cUnFRSMSwfw4tKlG GDboW1tIOTybSA0GU/UTmXuGNYTQurU1rVTOBUXvxVyLg2QnxqyLEYh6c9JcJ3uL E69CtMmA6ioyjEITyBjS4mNMhn2yQEjvM2XWXTBQmx9NDXAwN6FBgZbYFNkDMiUk AGLoaGv/5E3dtyRlm6GejzrAO3Oqz/tcvdxCQ+1PzwS3dfZRH7IKaK4E67VLj5lH yXursQ7ZCxQ9XFqSS0Q73sPbPu1Fb2ljmRVtCJPpJJ3rbJUqk9uWdWg2iKOhpEcF wKg4M9b0++3xd02o7CO/pc/VMe+TMUVhKjjnvK2LN+GrYrWdwVrsAB+kvujL5rzG vWJHsuj902ssKMmPAKKNOnlzDzvgPIClqKSfdGpJTWtz8cb7d2ZwjdYWG8F54sYh A3EV5VsU8tu/tfDb1nviM2O6SnFYNmcbSrlq6dDmhT9cwkmyaZU= =aajh -----END PGP SIGNATURE----- Merge tag 'ti-keystone-dt-for-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/dt Keystone2 device tree updates for v6.8 Cosmetic cleanups: * white space cleanup around '=' * tag 'ti-keystone-dt-for-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux: ARM: dts: ti: keystone: minor whitespace cleanup around '=' Link: https://lore.kernel.org/r/20231218153039.dok52xazqshbr6ie@playroom Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
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.