aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2020-04-29 22:30:48 -0700
committerStephen Hemminger <stephen@networkplumber.org>2020-04-29 22:30:48 -0700
commit2b93f66863a91251e6e974de05d7ea5d7fba8949 (patch)
tree05d8ea91a9db9fc70f7f5aa22d37762a329df22c
parentbe9ca9d541232112ed3a878ddfe0a5829bf0e887 (diff)
downloadiproute2-2b93f66863a91251e6e974de05d7ea5d7fba8949.tar.gz
uapi: update bpf.h
Minor spelling in comment Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--include/uapi/linux/bpf.h2
1 files changed, 1 insertions, 1 deletions
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