aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_x25.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_x25.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_x25.txt.warn')
-rw-r--r--sys/linux/socket_x25.txt.warn4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket_x25.txt.warn b/sys/linux/socket_x25.txt.warn
index 0d5867388..ba85b3a25 100644
--- a/sys/linux/socket_x25.txt.warn
+++ b/sys/linux/socket_x25.txt.warn
@@ -1,2 +1,2 @@
-0041: struct x25_address: bad number of fields: syz=2 kernel=1
-0048: struct x25_address_remote: no corresponding struct in kernel
+struct x25_address: bad number of fields: syz=2 kernel=1
+struct x25_address_remote: no corresponding struct in kernel