diff options
| -rw-r--r-- | net/core/filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/filter.c b/net/core/filter.c index 2b3b436ef545..d9076e609fca 100644 --- a/net/core/filter.c +++ b/net/core/filter.c | |||
| @@ -5309,7 +5309,7 @@ bpf_base_func_proto(enum bpf_func_id func_id) | |||
| 5309 | case BPF_FUNC_trace_printk: | 5309 | case BPF_FUNC_trace_printk: |
| 5310 | if (capable(CAP_SYS_ADMIN)) | 5310 | if (capable(CAP_SYS_ADMIN)) |
| 5311 | return bpf_get_trace_printk_proto(); | 5311 | return bpf_get_trace_printk_proto(); |
| 5312 | /* else: fall through */ | 5312 | /* else, fall through */ |
| 5313 | default: | 5313 | default: |
| 5314 | return NULL; | 5314 | return NULL; |
| 5315 | } | 5315 | } |
