diff options
author | 2020-12-15 20:44:33 -0800 | |
---|---|---|
committer | 2020-12-15 22:46:17 -0800 | |
commit | dc58bc553e7a8e1d6eeaffd92cb8b346e0d62f70 (patch) | |
tree | b80dd90ae5ee32ac7a5e8515b92bd012694d537e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | checkpatch: prefer static const declarations (diff) | |
download | linux-dev-dc58bc553e7a8e1d6eeaffd92cb8b346e0d62f70.tar.xz linux-dev-dc58bc553e7a8e1d6eeaffd92cb8b346e0d62f70.zip |
checkpatch: allow --fix removal of unnecessary break statements
switch/case use of break after a return, goto or break is unnecessary.
There is an existing warning for the return and goto uses, so add
break and a --fix option too.
Link: https://lkml.kernel.org/r/d9ea654104d55f590fb97d252d64a66b23c1a096.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Julia Lawall <julia.lawall@inria.fr>
Cc: Tom Rix <trix@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions