Commit 6d9b1b22 authored by Paul Chaignon's avatar Paul Chaignon

tcptop: linter cleanup

parent 46017920
...@@ -149,7 +149,7 @@ int kprobe__tcp_cleanup_rbuf(struct pt_regs *ctx, struct sock *sk, int copied) ...@@ -149,7 +149,7 @@ int kprobe__tcp_cleanup_rbuf(struct pt_regs *ctx, struct sock *sk, int copied)
u64 *val, zero = 0; u64 *val, zero = 0;
if (copied <= 0) if (copied <= 0)
return 0; return 0;
if (family == AF_INET) { if (family == AF_INET) {
struct ipv4_key_t ipv4_key = {.pid = pid}; struct ipv4_key_t ipv4_key = {.pid = pid};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment