Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vrf: Fix a typo

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>

authored by

Zheng Yongjun and committed by
David S. Miller
e9a0bf6d ec674565

+1 -1
+1 -1
drivers/net/vrf.c
··· 274 274 int res; 275 275 276 276 /* we pre-allocate elements used in the spin-locked section (so that we 277 - * keep the spinlock as short as possibile). 277 + * keep the spinlock as short as possible). 278 278 */ 279 279 new_me = vrf_map_elem_alloc(GFP_KERNEL); 280 280 if (!new_me)