strparser: Corrected typo in documentation.
authorVakul Garg <vakul.garg@nxp.com>
Sun, 24 Jun 2018 12:44:01 +0000 (18:14 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Jun 2018 07:40:20 +0000 (16:40 +0900)
Replaced strp_pause() with strp_unpause() to correct a seemingly copy
paste documentation mistake.

Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/strparser.txt

index 13081b3..a7d354d 100644 (file)
@@ -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.