diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-05-27 12:36:19 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-05-27 17:15:22 -0700 |
commit | c519cf9b7434183bb56ed1e200ac577a5fd34d9b (patch) | |
tree | 1ff5878aa9a887a0de6070c68133a9542c062b8b /Documentation/process | |
parent | 6e15774d92056f7e4d226b2fc758124a6c803f99 (diff) |
docs: netdev: Fix typo in Signed-off-by tag
s/of/off/
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Fixes: e110ba659271 ("docs: netdev: add note about Changes Requested and revising commit messages")
Link: https://lore.kernel.org/r/20240527103618.265801-2-thorsten.blum@toblux.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/maintainer-netdev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |