aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/bpf/helpers.c')
-rw-r--r--kernel/bpf/helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/bpf/helpers.c b/kernel/bpf/helpers.c
index 045cbe673356..3d24e238221e 100644
--- a/kernel/bpf/helpers.c
+++ b/kernel/bpf/helpers.c
@@ -176,6 +176,6 @@ const struct bpf_func_proto bpf_get_current_comm_proto = {
176 .func = bpf_get_current_comm, 176 .func = bpf_get_current_comm,
177 .gpl_only = false, 177 .gpl_only = false,
178 .ret_type = RET_INTEGER, 178 .ret_type = RET_INTEGER,
179 .arg1_type = ARG_PTR_TO_RAW_STACK, 179 .arg1_type = ARG_PTR_TO_UNINIT_MEM,
180 .arg2_type = ARG_CONST_STACK_SIZE, 180 .arg2_type = ARG_CONST_SIZE,
181}; 181};