mirror of https://github.com/torvalds/linux.git
ynl: samples: Fix spelling mistake "failedq" -> "failed"
There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20251128173802.318520-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
0177f0f078
commit
7adf0efb41
|
|
@ -207,7 +207,7 @@ static int tc_filter_del(struct ynl_sock *ys, int ifi)
|
||||||
|
|
||||||
req = tc_deltfilter_req_alloc();
|
req = tc_deltfilter_req_alloc();
|
||||||
if (!req) {
|
if (!req) {
|
||||||
fprintf(stderr, "tc_deltfilter_req_alloc failedq\n");
|
fprintf(stderr, "tc_deltfilter_req_alloc failed\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
memset(req, 0, sizeof(*req));
|
memset(req, 0, sizeof(*req));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue