* [PATCH net-next] strparser: Corrected typo in documentation.
@ 2018-06-24 12:37 Vakul Garg
2018-06-24 7:18 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Vakul Garg @ 2018-06-24 12:37 UTC (permalink / raw)
To: davem; +Cc: netdev, linux-kernel, linux-doc, corbet, Vakul Garg
Replaced strp_pause() with strp_unpause() to correct a seemingly copy
paste documentation mistake.
Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
---
Documentation/networking/strparser.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.13.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-24 12:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24 12:37 [PATCH net-next] strparser: Corrected typo in documentation Vakul Garg
2018-06-24 7:18 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).