X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/3cb0ed6e4e9e778464a8eb13c59b208dc7fbda84..9b88bdb4ba1345728b0e27cdd40e6c861f76679c:/HACKING diff --git a/HACKING b/HACKING index fc0e7ce..d8dea3d 100644 --- a/HACKING +++ b/HACKING @@ -1,7 +1,7 @@ Patches are gladly accepted for bti code, please send them to greg@kroah.com, or you can use github to send a pull request. -The code tree for smubatch is located at: +The code tree for bti is located at: http://github.com/gregkh/bti and can be cloned using git from: git://github.com/gregkh/bti.git @@ -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.