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

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -957,7 +957,7 @@ slip_close(struct tty_struct *tty)
  *			STANDARD SLIP ENCAPSULATION		  	 *
  ************************************************************************/

int
static int
slip_esc(unsigned char *s, unsigned char *d, int len)
{
	unsigned char *ptr = d;