projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d2d35
)
HACKING: Update URL to Linux kernel coding style.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 13 Jun 2017 14:49:11 +0000
(16:49 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 13 Jun 2017 14:49:11 +0000
(16:49 +0200)
HACKING
patch
|
blob
|
history
diff --git
a/HACKING
b/HACKING
index d539681c38026150e448da04f490c4e64fca3790..404bd1af76d5db08e69e9c3d3ee1e8f530f3d38f 100644
(file)
--- 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!