projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e197e
)
strparser: Corrected typo in documentation.
author
Vakul Garg
<vakul.garg@nxp.com>
Sun, 24 Jun 2018 12:44:01 +0000
(18:14 +0530)
committer
David 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
patch
|
blob
|
history
diff --git
a/Documentation/networking/strparser.txt
b/Documentation/networking/strparser.txt
index 13081b3decefa834824b544182d0986e83bc50b4..a7d354ddda7baeb59760215cb41222e3b4698a8d 100644
(file)
--- 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_
un
pause(struct strparser *strp)
Unpause a paused stream parser.