aboutsummaryrefslogtreecommitdiff
path: root/admin/netatop/patches/100-fix-compilation-warning-fallthrough.patch
diff options
context:
space:
mode:
Diffstat (limited to 'admin/netatop/patches/100-fix-compilation-warning-fallthrough.patch')
-rw-r--r--admin/netatop/patches/100-fix-compilation-warning-fallthrough.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/netatop/patches/100-fix-compilation-warning-fallthrough.patch b/admin/netatop/patches/100-fix-compilation-warning-fallthrough.patch
new file mode 100644
index 000000000..65de31e14
--- /dev/null
+++ b/admin/netatop/patches/100-fix-compilation-warning-fallthrough.patch
@@ -0,0 +1,11 @@
+--- a/module/netatop.c
++++ b/module/netatop.c
+@@ -1617,7 +1617,7 @@ getsockopt(struct sock *sk, int cmd, void __user *user, int *len)
+
+ case NETATOP_GETCNT_TGID:
+ tasktype = 'g';
+- // fall through
++ fallthrough;
+ case NETATOP_GETCNT_PID:
+ if (*len < sizeof(pid_t))
+ return -EINVAL;