diff mbox series

[net] docs: netdev: Fix typo in Signed-off-by tag

Message ID 20240527103618.265801-2-thorsten.blum@toblux.com (mailing list archive)
State Accepted
Commit c519cf9b7434183bb56ed1e200ac577a5fd34d9b
Delegated to: Netdev Maintainers
Headers show
Series [net] docs: netdev: Fix typo in Signed-off-by tag | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit fail Errors and warnings before: 45 this patch: 45
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang fail Errors and warnings before: 36 this patch: 36
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn fail Errors and warnings before: 45 this patch: 45
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Thorsten Blum May 27, 2024, 10:36 a.m. UTC
s/of/off/

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 Documentation/process/maintainer-netdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Lunn May 27, 2024, 7:12 p.m. UTC | #1
On Mon, May 27, 2024 at 12:36:19PM +0200, Thorsten Blum wrote:
> s/of/off/
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Good catch.

Please could you add a Fixes: tag. And a Cc: stable tag. The file you
are patching discusses all this :-)

Thanks

    Andrew

---
pw-bot: cr
Thorsten Blum May 27, 2024, 9:27 p.m. UTC | #2
On 27. May 2024, at 21:12, Andrew Lunn <andrew@lunn.ch> wrote:
> On Mon, May 27, 2024 at 12:36:19PM +0200, Thorsten Blum wrote:
>> s/of/off/
>> 
>> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> 
> Good catch.
> 
> Please could you add a Fixes: tag. And a Cc: stable tag. The file you
> are patching discusses all this :-)

Should I resend the patch or can I just add the tags here?

Cc: <stable@vger.kernel.org>
Fixes: e110ba659271 ("docs: netdev: add note about Changes Requested and revising commit messages")

Thanks,
Thorsten
patchwork-bot+netdevbpf@kernel.org May 28, 2024, 12:20 a.m. UTC | #3
Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 27 May 2024 12:36:19 +0200 you wrote:
> s/of/off/
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
>  Documentation/process/maintainer-netdev.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net] docs: netdev: Fix typo in Signed-off-by tag
    https://git.kernel.org/netdev/net/c/c519cf9b7434

You are awesome, thank you!
diff mbox series

Patch

diff --git a/Documentation/process/maintainer-netdev.rst b/Documentation/process/maintainer-netdev.rst
index fd96e4a3cef9..5e1fcfad1c4c 100644
--- a/Documentation/process/maintainer-netdev.rst
+++ b/Documentation/process/maintainer-netdev.rst
@@ -227,7 +227,7 @@  preferably including links to previous postings, for example::
   The amount of mooing will depend on packet rate so should match
   the diurnal cycle quite well.
 
-  Signed-of-by: Joe Defarmer <joe@barn.org>
+  Signed-off-by: Joe Defarmer <joe@barn.org>
   ---
   v3:
     - add a note about time-of-day mooing fluctuation to the commit message