Commit e9a0bf6d authored by Zheng Yongjun's avatar Zheng Yongjun Committed by David S. Miller
Browse files

vrf: Fix a typo



possibile  ==> possible

Signed-off-by: default avatarZheng Yongjun <zhengyongjun3@huawei.com>
Reviewed-by: default avatarDavid Ahern <dsahern@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ec674565
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -274,7 +274,7 @@ vrf_map_register_dev(struct net_device *dev, struct netlink_ext_ack *extack)
	int res;
	int res;


	/* we pre-allocate elements used in the spin-locked section (so that we
	/* 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);
	new_me = vrf_map_elem_alloc(GFP_KERNEL);
	if (!new_me)
	if (!new_me)