Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Vakul Garg and committed by
David S. Miller
3531456a e7e197ed

+1 -1
+1 -1
Documentation/networking/strparser.txt
··· 48 48 Temporarily pause a stream parser. Message parsing is suspended 49 49 and no new messages are delivered to the upper layer. 50 50 51 - void strp_pause(struct strparser *strp) 51 + void strp_unpause(struct strparser *strp) 52 52 53 53 Unpause a paused stream parser. 54 54