HACKING: Update URL to Linux kernel coding style.

This commit is contained in:
Uwe Hermann 2017-06-06 14:41:55 +02:00
parent 176d785d33
commit b4698e4d61
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ HACKING
Coding style
------------
This project is programmed using the Linux kernel coding style, see
http://lxr.linux.no/linux/Documentation/CodingStyle for details.
This project is programmed using the Linux kernel coding style:
https://www.kernel.org/doc/html/latest/process/coding-style.html
Please use the same style for any code contributions, thanks!