aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/slip.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/slip.c')
-rw-r--r--drivers/net/slip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/slip.c b/drivers/net/slip.c
index 38547a8938fe..86cbb9ea2f26 100644
--- a/drivers/net/slip.c
+++ b/drivers/net/slip.c
@@ -944,7 +944,7 @@ static int slip_esc(unsigned char *s, unsigned char *d, int len)
944 } 944 }
945 } 945 }
946 *ptr++ = END; 946 *ptr++ = END;
947 return (ptr - d); 947 return ptr - d;
948} 948}
949 949
950static void slip_unesc(struct slip *sl, unsigned char s) 950static void slip_unesc(struct slip *sl, unsigned char s)