projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee58a3c
)
net: hdlc_ppp: add required space
author
Peng Li
<lipeng321@huawei.com>
Thu, 17 Jun 2021 14:03:19 +0000
(22:03 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Jun 2021 19:08:46 +0000
(12:08 -0700)
Add space required after that ','.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hdlc_ppp.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/hdlc_ppp.c
b/drivers/net/wan/hdlc_ppp.c
index aec9cc4d5b48978db8aa627f8958bfff23ad7cd8..834be2ae3e9e5bc57476b74106ec28547c32b1aa 100644
(file)
--- a/
drivers/net/wan/hdlc_ppp.c
+++ b/
drivers/net/wan/hdlc_ppp.c
@@
-677,7
+677,8
@@
static int ppp_ioctl(struct net_device *dev, struct ifreq *ifr)
/* no settable parameters */
- result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT);
+ result = hdlc->attach(dev, ENCODING_NRZ,
+ PARITY_CRC16_PR1_CCITT);
if (result)
return result;