aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-05 11:42:38 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-06 08:23:03 +0200
commit3e0ce485a16298c2b5ffd75f482e3845ac21c66c (patch)
treec8877f362d6c5cb6f2ce2fff974825f2b3ce79c1 /sys/linux
parented2ced4c694aef828d8dfbaa9d8a459ac2c72043 (diff)
tools/syz-linter: check variable declarations
Warn about: var x int = foo In most cases this can be expressed shorter as: var x int x := foo x := int(foo) Update #1876
Diffstat (limited to 'sys/linux')
0 files changed, 0 insertions, 0 deletions