]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/bpf-firewall.c
tree-wide: drop empty lines in comments
[thirdparty/systemd.git] / src / core / bpf-firewall.c
index 8b66ef73dcfe61db32528291272f0eb3f9b78f7f..187fed12b2c7f7dee7c5ef81ceec8a0c0f23ae07 100644 (file)
@@ -661,7 +661,6 @@ int bpf_firewall_supported(void) {
          * c) the BPF implementation in the kernel supports BPF LPM TRIE maps, which we require
          * d) the BPF implementation in the kernel supports BPF_PROG_TYPE_CGROUP_SKB programs, which we require
          * e) the BPF implementation in the kernel supports the BPF_PROG_ATTACH call, which we require
-         *
          */
 
         if (supported >= 0)