Commit 97a1ad43 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

[SLIP]: trivial sparse warning fix

Function declared static in forward declaration, but not in actual code.
Signed-off-by: default avatarStephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 37d2e731
...@@ -957,7 +957,7 @@ slip_close(struct tty_struct *tty) ...@@ -957,7 +957,7 @@ slip_close(struct tty_struct *tty)
* STANDARD SLIP ENCAPSULATION * * STANDARD SLIP ENCAPSULATION *
************************************************************************/ ************************************************************************/
int static int
slip_esc(unsigned char *s, unsigned char *d, int len) slip_esc(unsigned char *s, unsigned char *d, int len)
{ {
unsigned char *ptr = d; unsigned char *ptr = d;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment