1
0
Fork 0

[SLIP]: trivial sparse warning fix

Function declared static in forward declaration, but not in actual code.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Stephen Hemminger 2007-08-24 22:38:26 -07:00 committed by David S. Miller
parent 37d2e73160
commit 97a1ad431b
1 changed files with 1 additions and 1 deletions

View File

@ -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;