Skip to content

Commit

Permalink
strparser: Corrected typo in documentation.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vakul Garg authored and David S. Miller committed Jun 24, 2018
1 parent e7e197e commit 3531456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/strparser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3531456

Please sign in to comment.