diff options
author | Chris Feyerchak <anonymous.contributor@example.org> | 2017-06-25 03:24:30 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:34 -0400 |
commit | a773330d9b9b442d39609a7d4cfc489d6872dbc0 (patch) | |
tree | 702ca7f74a7d0c45340b01078d1b43f139722040 | |
parent | 70ff5a68e648b35d5772e716a4d208d6adeb0308 (diff) | |
download | backports-a773330d9b9b442d39609a7d4cfc489d6872dbc0.tar.gz |
/* Sending patches */ Fix typo
-rw-r--r-- | wiki/Documentation_backports_hacking.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation_backports_hacking.mediawiki b/wiki/Documentation_backports_hacking.mediawiki index 81973a8..8503512 100644 --- a/wiki/Documentation_backports_hacking.mediawiki +++ b/wiki/Documentation_backports_hacking.mediawiki @@ -113,7 +113,7 @@ Go read the [https://git.kernel.org/cgit/linux/kernel/git/backports/backports.gi = Sending patches = backports contributions follow the contribution model -implemented by the Linux kernel. Patches or pull requests for backprots +implemented by the Linux kernel. Patches or pull requests for backports must have be signed-offed. If you don't sign off on them '''they will not accepted'''. This means adding a line that says "Signed-off-by: Name <email>" at the end of each commit, indicating |