Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3531456a authored by Vakul Garg's avatar Vakul Garg Committed by David S. Miller
Browse files

strparser: Corrected typo in documentation.



Replaced strp_pause() with strp_unpause() to correct a seemingly copy
paste documentation mistake.

Signed-off-by: default avatarVakul Garg <vakul.garg@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e7e197ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.