From: Uwe Hermann Date: Tue, 6 Jun 2017 14:15:21 +0000 (+0200) Subject: HACKING: Update URL to Linux kernel coding style. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.5~2 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=02d3622255a4eee3aa6ed3ab86b24885cef92544 HACKING: Update URL to Linux kernel coding style. --- diff --git a/HACKING b/HACKING index 5c41c7da..b9b961fe 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!