From: Zheng Yongjun Date: Tue, 1 Jun 2021 14:16:35 +0000 (+0800) Subject: vrf: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e9a0bf6d002f28bae3f3fcca314d4ea79b21fff0;p=linux.git vrf: Fix a typo possibile ==> possible Signed-off-by: Zheng Yongjun Reviewed-by: David Ahern Signed-off-by: David S. Miller --- diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c index 503e2fd7ce518..07eaef5e73c28 100644 --- 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 possibile). + * keep the spinlock as short as possible). */ new_me = vrf_map_elem_alloc(GFP_KERNEL); if (!new_me)