]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: remove missing switch/case break test
authorJoe Perches <joe@perches.com>
Wed, 12 Aug 2020 01:35:19 +0000 (18:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2020 17:58:00 +0000 (10:58 -0700)
commitab1addf9067a170bf3ea691b6832638f77083e3e
treefa732f9a2a453b0a2c18b52254fb03fc3020a2c2
parentcf2f6f7c1acf01cb0334fafdc32b9ea91d5e2ecf
checkpatch: remove missing switch/case break test

This test doesn't work well and newer compilers are much better
at emitting this warning.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Cambda Zhu <cambda@linux.alibaba.com>
Link: http://lkml.kernel.org/r/7e25090c79f6a69d502ab8219863300790192fe2.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl