[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>
This commit is contained in:
parent
37d2e73160
commit
97a1ad431b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue