mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-16 17:09:24 +01:00
doc: update kernel guide links
The patch submission and coding style guide links were outdated.
This commit is contained in:
parent
13f09be1a0
commit
2eb54d4adc
3
HACKING
3
HACKING
@ -11,7 +11,8 @@ In order to ease the inclusion of your patch, it's important to follow
|
|||||||
some rules, otherwise it will likely be rejected by maintainers.
|
some rules, otherwise it will likely be rejected by maintainers.
|
||||||
|
|
||||||
iwd rules for submitting patches follow most of the rules used by Linux kernel
|
iwd rules for submitting patches follow most of the rules used by Linux kernel
|
||||||
(https://www.kernel.org/doc/Documentation/SubmittingPatches) with some remarks:
|
(https://www.kernel.org/doc/Documentation/process/submitting-patches.rst) with
|
||||||
|
some remarks:
|
||||||
|
|
||||||
1) Do *not* add "Signed-off-by" lines in your commit messages. iwd does not
|
1) Do *not* add "Signed-off-by" lines in your commit messages. iwd does not
|
||||||
use them, so including them is actually an error.
|
use them, so including them is actually an error.
|
||||||
|
@ -9,8 +9,8 @@ to help your code survive under maintainer's fastidious eyes so that you
|
|||||||
can get a passport for your patch ASAP.
|
can get a passport for your patch ASAP.
|
||||||
|
|
||||||
First of all, the Wireless daemon coding style must follow every rule for
|
First of all, the Wireless daemon coding style must follow every rule for
|
||||||
Linux kernel (http://www.kernel.org/doc/Documentation/CodingStyle). There
|
Linux kernel (http://www.kernel.org/doc/Documentation/process/coding-style.rst).
|
||||||
also exists a tool named checkpatch.pl to help you check the compliance
|
There also exists a tool named checkpatch.pl to help you check the compliance
|
||||||
with it. Just type "checkpatch.pl --no-tree --no-signoff patch_name" to
|
with it. Just type "checkpatch.pl --no-tree --no-signoff patch_name" to
|
||||||
check your patch.
|
check your patch.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user