projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f30ee
)
net: sealevel: fix the code style issue about "foo* bar"
author
Peng Li
<lipeng321@huawei.com>
Sun, 30 May 2021 06:24:27 +0000
(14:24 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 1 Jun 2021 05:14:03 +0000
(22:14 -0700)
Fix the checkpatch error as "(foo*)" should be "(foo *)".
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
|
blame
|
history
diff --git
a/drivers/net/wan/sealevel.c
b/drivers/net/wan/sealevel.c
index 829e9bc01a499b1925e1912c6497cd95a22fc71b..465c9ace1dc7b37e027644b0ee1e8dd3e4946afc 100644
(file)
--- a/
drivers/net/wan/sealevel.c
+++ b/
drivers/net/wan/sealevel.c
@@
-46,7
+46,7
@@
struct slvl_board
* Network driver support routines
*/
-static inline struct slvl_device
*
dev_to_chan(struct net_device *dev)
+static inline struct slvl_device
*
dev_to_chan(struct net_device *dev)
{
return (struct slvl_device *)dev_to_hdlc(dev)->priv;
}