diff mbox series

[net] strparser: Corrected typo in documentation.

Message ID 20180624124401.24584-1-vakul.garg@nxp.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [net] strparser: Corrected typo in documentation. | expand

Commit Message

Vakul Garg June 24, 2018, 12:44 p.m. UTC
Replaced strp_pause() with strp_unpause() to correct a seemingly copy
paste documentation mistake.

Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
---
Resending for 'net' as advised.

 Documentation/networking/strparser.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller June 24, 2018, 7:40 a.m. UTC | #1
From: Vakul Garg <vakul.garg@nxp.com>
Date: Sun, 24 Jun 2018 18:14:01 +0530

> Replaced strp_pause() with strp_unpause() to correct a seemingly copy
> paste documentation mistake.
> 
> Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
> ---
> Resending for 'net' as advised.

Applied, thank you.
diff mbox series

Patch

diff --git a/Documentation/networking/strparser.txt b/Documentation/networking/strparser.txt
index 13081b3decef..a7d354ddda7b 100644
--- a/Documentation/networking/strparser.txt
+++ b/Documentation/networking/strparser.txt
@@ -48,7 +48,7 @@  void strp_pause(struct strparser *strp)
      Temporarily pause a stream parser. Message parsing is suspended
      and no new messages are delivered to the upper layer.
 
-void strp_pause(struct strparser *strp)
+void strp_unpause(struct strparser *strp)
 
      Unpause a paused stream parser.