aboutsummaryrefslogtreecommitdiff
path: root/Documentation/networking
diff options
context:
space:
mode:
authorVakul Garg <vakul.garg@nxp.com>2018-06-24 18:14:01 +0530
committerDavid S. Miller <davem@davemloft.net>2018-06-24 16:40:20 +0900
commit3531456aba6c8a8c905730af96dbb83608538b71 (patch)
tree545a44f65a8afb0dad410dc8f509b968b6bfcbaf /Documentation/networking
parente7e197edd09c25774b4f12cab19f9d5462f240f4 (diff)
strparser: Corrected typo in documentation.
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>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/strparser.txt2
1 files changed, 1 insertions, 1 deletions
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.