X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/9f03c91b45a450901e3056ffe2277c51887a86f3..98f4be35b40eb9385a219971f47ea2617ccce684:/HACKING diff --git a/HACKING b/HACKING index fc0e7ce..19bd8c9 100644 --- a/HACKING +++ b/HACKING @@ -10,7 +10,7 @@ If you have never used git before, there are some useful tutorials on the github.com web site to help you through the learning process. I am trying to follow the Linux kernel coding style with the code -whereever possible. This style is documented in the Linux kernel source +wherever possible. This style is documented in the Linux kernel source tree in the file Documentation/CodingStyle. Included in the bti code tree is a script called checkpatch.pl that can automatically check if your changes are compliant with the guidelines.