From: Stephen Hemminger Date: Thu, 30 Apr 2020 05:30:48 +0000 (-0700) Subject: uapi: update bpf.h X-Git-Tag: v5.7.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b93f66863a91251e6e974de05d7ea5d7fba8949;p=thirdparty%2Fiproute2.git uapi: update bpf.h Minor spelling in comment Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index c7b2ffb2c..60684b7be 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -1642,7 +1642,7 @@ union bpf_attr { * ifindex, but doesn't require a map to do so. * Return * **XDP_REDIRECT** on success, or the value of the two lower bits - * of the **flags* argument on error. + * of the *flags* argument on error. * * int bpf_sk_redirect_map(struct sk_buff *skb, struct bpf_map *map, u32 key, u64 flags) * Description