diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:48:20 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-18 10:50:24 +0100 |
| commit | 1b49002e79aa72d2d5c70742da91ac9cd9bc6710 (patch) | |
| tree | cbeb0044cc6947afde43f219b28fc15359ccf466 /sys/linux/dev_tlk_device.txt.warn | |
| parent | 2f68adff0b52208bd2a86941c4c406fb9dcaa5e6 (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/dev_tlk_device.txt.warn')
| -rw-r--r-- | sys/linux/dev_tlk_device.txt.warn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/linux/dev_tlk_device.txt.warn b/sys/linux/dev_tlk_device.txt.warn index 88b91bed3..8d890ac03 100644 --- a/sys/linux/dev_tlk_device.txt.warn +++ b/sys/linux/dev_tlk_device.txt.warn @@ -1,9 +1,9 @@ -0026: struct te_service_id: no corresponding struct in kernel -0033: struct te_opensession: no corresponding struct in kernel -0039: struct te_closesession: no corresponding struct in kernel -0044: struct te_answer: no corresponding struct in kernel -0050: struct te_launchop: no corresponding struct in kernel -0056: struct te_operation: no corresponding struct in kernel -0065: struct te_int_mem_union: no corresponding struct in kernel -0070: struct te_mem: no corresponding struct in kernel -0075: struct te_oper_param: no corresponding struct in kernel +struct te_service_id: no corresponding struct in kernel +struct te_opensession: no corresponding struct in kernel +struct te_closesession: no corresponding struct in kernel +struct te_answer: no corresponding struct in kernel +struct te_launchop: no corresponding struct in kernel +struct te_operation: no corresponding struct in kernel +struct te_int_mem_union: no corresponding struct in kernel +struct te_mem: no corresponding struct in kernel +struct te_oper_param: no corresponding struct in kernel |
