HACKING: update link to kernel code style doc

Old link was broken.

Reported-as: https://github.com/libopencm3/libopencm3/pull/1035
This commit is contained in:
Karl Palsson 2019-04-04 21:06:03 +00:00
parent 330d5fd5be
commit edb39d43ee
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Coding style
------------
The whole library is programmed using the Linux kernel coding style, see
http://lxr.linux.no/linux/Documentation/CodingStyle for details.
https://www.kernel.org/doc/html/latest/process/coding-style.html for details.
Please use the same style for any code contributions, thanks!