diff options
author | Thorsten Blum <[email protected]> | 2024-05-27 12:36:19 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-05-27 17:15:22 -0700 |
commit | c519cf9b7434183bb56ed1e200ac577a5fd34d9b (patch) | |
tree | 1ff5878aa9a887a0de6070c68133a9542c062b8b | |
parent | 6e15774d92056f7e4d226b2fc758124a6c803f99 (diff) |
docs: netdev: Fix typo in Signed-off-by tag
s/of/off/
Signed-off-by: Thorsten Blum <[email protected]>
Fixes: e110ba659271 ("docs: netdev: add note about Changes Requested and revising commit messages")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-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 <[email protected]> + Signed-off-by: Joe Defarmer <[email protected]> --- v3: - add a note about time-of-day mooing fluctuation to the commit message |