From: Uwe Hermann Date: Tue, 6 Jun 2017 12:45:37 +0000 (+0200) Subject: HACKING: Update URL to Linux kernel coding style. X-Git-Tag: sigrok-cli-0.7.0~2 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=198182cc092b56a005e8990057bffb99794ec797;hp=7930408d655ee55d4aee839eb8feee707d9e5843 HACKING: Update URL to Linux kernel coding style. --- diff --git a/HACKING b/HACKING index 04c29ab..94064f8 100644 --- a/HACKING +++ b/HACKING @@ -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!