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:
b086ebf
)
net: sealevel: fix the alignment issue
author
Peng Li
<lipeng321@huawei.com>
Sun, 30 May 2021 06:24:34 +0000
(14:24 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 1 Jun 2021 05:14:04 +0000
(22:14 -0700)
Alignment should match open parenthesis.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wan/sealevel.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/sealevel.c
b/drivers/net/wan/sealevel.c
index
60028cf
..
4403e21
100644
(file)
--- a/
drivers/net/wan/sealevel.c
+++ b/
drivers/net/wan/sealevel.c
@@
-135,7
+135,7
@@
static int sealevel_ioctl(struct net_device *d, struct ifreq *ifr, int cmd)
/* Passed network frames, fire them downwind. */
static netdev_tx_t sealevel_queue_xmit(struct sk_buff *skb,
-
struct net_device *d)
+ struct net_device *d)
{
return z8530_queue_xmit(dev_to_chan(d)->chan, skb);
}