projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec1f377
)
net: hdlc_x25: add some required spaces
author
Peng Li
<lipeng321@huawei.com>
Fri, 4 Jun 2021 07:32:10 +0000
(15:32 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 4 Jun 2021 21:34:17 +0000
(14:34 -0700)
Add spaces required around that '='.
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_x25.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/hdlc_x25.c
b/drivers/net/wan/hdlc_x25.c
index 24fdb6c8b84080ef0522edd4dfa465da03094329..4e771f789e10acbad7fae3a8857a8d69c97bfbce 100644
(file)
--- a/
drivers/net/wan/hdlc_x25.c
+++ b/
drivers/net/wan/hdlc_x25.c
@@
-333,7
+333,8
@@
static int x25_ioctl(struct net_device *dev, struct ifreq *ifr)
return -EINVAL;
}
- result=hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT);
+ result = hdlc->attach(dev, ENCODING_NRZ,
+ PARITY_CRC16_PR1_CCITT);
if (result)
return result;