]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
uapi: update bpf.h
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 30 Apr 2020 05:30:48 +0000 (22:30 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 30 Apr 2020 05:30:48 +0000 (22:30 -0700)
Minor spelling in comment
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/bpf.h

index c7b2ffb2cf1833885536386a03920e0bef8fda18..60684b7be8b20d0fb543a33c68d7f8d4893c9f62 100644 (file)
@@ -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