From: Vakul Garg Date: Sun, 24 Jun 2018 12:44:01 +0000 (+0530) Subject: strparser: Corrected typo in documentation. X-Git-Tag: v4.18-rc3~40^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3531456aba6c8a8c905730af96dbb83608538b71;p=thirdparty%2Fkernel%2Flinux.git strparser: Corrected typo in documentation. Replaced strp_pause() with strp_unpause() to correct a seemingly copy paste documentation mistake. Signed-off-by: Vakul Garg Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/strparser.txt b/Documentation/networking/strparser.txt index 13081b3decefa..a7d354ddda7ba 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.