diff options
author | Vakul Garg <vakul.garg@nxp.com> | 2018-06-24 18:14:01 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-24 16:40:20 +0900 |
commit | 3531456aba6c8a8c905730af96dbb83608538b71 (patch) | |
tree | 545a44f65a8afb0dad410dc8f509b968b6bfcbaf | |
parent | e7e197edd09c25774b4f12cab19f9d5462f240f4 (diff) | |
download | linux-3531456aba6c8a8c905730af96dbb83608538b71.tar.gz linux-3531456aba6c8a8c905730af96dbb83608538b71.tar.bz2 linux-3531456aba6c8a8c905730af96dbb83608538b71.zip |
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>
-rw-r--r-- | Documentation/networking/strparser.txt | 2 |
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. |