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

Thorsten Blum posted 1 patch 2 years, 1 month ago
Documentation/process/maintainer-netdev.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH net] docs: netdev: Fix typo in Signed-off-by tag
Posted by Thorsten Blum 2 years, 1 month ago
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(-)

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
-- 
2.45.1
Re: [PATCH net] docs: netdev: Fix typo in Signed-off-by tag
Posted by Andrew Lunn 2 years, 1 month ago
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
Re: [PATCH net] docs: netdev: Fix typo in Signed-off-by tag
Posted by Thorsten Blum 2 years, 1 month ago
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