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)
commitef3c005c0eb07a60949191bc6ee407d5f43cc502
treefa732f9a2a453b0a2c18b52254fb03fc3020a2c2
parent1a3dcf2e6b35faa1176b9cd8200094fbce16ba19
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