diff options
-rw-r--r-- | samples/bpf/xdp_monitor_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/xdp_monitor_kern.c b/samples/bpf/xdp_monitor_kern.c index 2fe2f761a0d0..c969141bfa8b 100644 --- a/samples/bpf/xdp_monitor_kern.c +++ b/samples/bpf/xdp_monitor_kern.c | |||
@@ -104,7 +104,7 @@ struct xdp_exception_ctx { | |||
104 | SEC("tracepoint/xdp/xdp_exception") | 104 | SEC("tracepoint/xdp/xdp_exception") |
105 | int trace_xdp_exception(struct xdp_exception_ctx *ctx) | 105 | int trace_xdp_exception(struct xdp_exception_ctx *ctx) |
106 | { | 106 | { |
107 | u64 *cnt;; | 107 | u64 *cnt; |
108 | u32 key; | 108 | u32 key; |
109 | 109 | ||
110 | key = ctx->act; | 110 | key = ctx->act; |