aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_alg.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-18 10:48:20 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-18 10:50:24 +0100
commit1b49002e79aa72d2d5c70742da91ac9cd9bc6710 (patch)
treecbeb0044cc6947afde43f219b28fc15359ccf466 /sys/linux/socket_alg.txt.warn
parent2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (diff)
tools/syz-check: don't print line numbers for warnings
Line numbers create huge diffs when lines change slightly. That's very unhandy b/c we want to look at added/removed warnings.
Diffstat (limited to 'sys/linux/socket_alg.txt.warn')
-rw-r--r--sys/linux/socket_alg.txt.warn16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/linux/socket_alg.txt.warn b/sys/linux/socket_alg.txt.warn
index 0cacc0028..3e7994c95 100644
--- a/sys/linux/socket_alg.txt.warn
+++ b/sys/linux/socket_alg.txt.warn
@@ -1,8 +1,8 @@
-0034: struct alg_name: no corresponding struct in kernel
-0039: struct alg_aead_name: no corresponding struct in kernel
-0044: struct alg_hash_name: no corresponding struct in kernel
-0049: struct alg_skcipher_name: no corresponding struct in kernel
-0053: struct alg_compress_name: no corresponding struct in kernel
-0060: struct msghdr_alg: no corresponding struct in kernel
-0084: struct cmsghdr_alg_op: no corresponding struct in kernel
-0091: struct cmsghdr_alg_assoc: no corresponding struct in kernel
+struct alg_name: no corresponding struct in kernel
+struct alg_aead_name: no corresponding struct in kernel
+struct alg_hash_name: no corresponding struct in kernel
+struct alg_skcipher_name: no corresponding struct in kernel
+struct alg_compress_name: no corresponding struct in kernel
+struct msghdr_alg: no corresponding struct in kernel
+struct cmsghdr_alg_op: no corresponding struct in kernel
+struct cmsghdr_alg_assoc: no corresponding struct in kernel