Very sorry for the extra emails. I've finished touching sysdig... >From 2804d3c0cfddb8e73f75ba4fae01f59918973658 Mon Sep 17 00:00:00 2001 From: Josh Soref <jsoref@xxxxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 8 May 2020 11:01:01 -0400 Subject: [PATCH 4/5] spelling: identifier Signed-off-by: Josh Soref <jsoref@xxxxxxxxx> --- include/uapi/linux/bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 8ad84678714b4..fc13ccb191c3e 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -1085,7 +1085,7 @@ union bpf_attr { * Description * Retrieve the realm or the route, that is to say the * **tclassid** field of the destination for the *skb*. The - * indentifier retrieved is a user-provided tag, similar to the + * identifier retrieved is a user-provided tag, similar to the * one used with the net_cls cgroup (see description for * **bpf_get_cgroup_classid**\ () helper), but here this tag is * held by a route (a destination entry), not by a task. >From d863cdab79b1f5a16e2b160bb9d0690be4f6b33e Mon Sep 17 00:00:00 2001 From: Josh Soref <jsoref@xxxxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 8 May 2020 11:01:47 -0400 Subject: [PATCH 5/5] spelling: separately Signed-off-by: Josh Soref <jsoref@xxxxxxxxx> --- include/uapi/linux/bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index fc13ccb191c3e..bf19da37147af 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -3359,7 +3359,7 @@ struct bpf_xfrm_state { * provide backwards compatibility with existing SCHED_CLS and SCHED_ACT * programs. * - * XDP is handled seprately, see XDP_*. + * XDP is handled separately, see XDP_*. */ enum bpf_ret_code { BPF_OK = 0, In case of whitespace damage, please see: https://github.com/torvalds/linux/compare/master...jsoref:spelling-bpf.patch