mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
selftests/xsk: Fix spelling mistake "querrying" -> "querying"
There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Björn Töpel <bjorn@kernel.org> Link: https://lore.kernel.org/r/20230720104815.123146-1-colin.i.king@gmail.com Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
This commit is contained in:
committed by
Martin KaFai Lau
parent
36397a1895
commit
13fd5e14af
@@ -2076,7 +2076,7 @@ static void init_iface(struct ifobject *ifobj, const char *dst_mac, const char *
|
||||
|
||||
err = bpf_xdp_query(ifobj->ifindex, XDP_FLAGS_DRV_MODE, &query_opts);
|
||||
if (err) {
|
||||
ksft_print_msg("Error querrying XDP capabilities\n");
|
||||
ksft_print_msg("Error querying XDP capabilities\n");
|
||||
exit_with_error(-err);
|
||||
}
|
||||
if (query_opts.feature_flags & NETDEV_XDP_ACT_RX_SG)
|
||||
|
||||
Reference in New Issue
Block a user