projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec67456
)
vrf: Fix a typo
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Tue, 1 Jun 2021 14:16:35 +0000
(22:16 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 2 Jun 2021 00:05:04 +0000
(17:05 -0700)
possibile ==> possible
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
patch
|
blob
|
history
diff --git
a/drivers/net/vrf.c
b/drivers/net/vrf.c
index
503e2fd
..
07eaef5
100644
(file)
--- a/
drivers/net/vrf.c
+++ b/
drivers/net/vrf.c
@@
-274,7
+274,7
@@
vrf_map_register_dev(struct net_device *dev, struct netlink_ext_ack *extack)
int res;
/* we pre-allocate elements used in the spin-locked section (so that we
- * keep the spinlock as short as possib
i
le).
+ * keep the spinlock as short as possible).
*/
new_me = vrf_map_elem_alloc(GFP_KERNEL);
if (!new_me)