ia64: annotate switch fallthroughs in ia64_handle_unaligned
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2019 06:55:22 +0000 (08:55 +0200)
committerTony Luck <tony.luck@intel.com>
Mon, 12 Aug 2019 16:53:13 +0000 (09:53 -0700)
commit94707d90b7d6ea5552078e2c3b78b7f1e29ee528
tree260020409f0e24eecc503dce365d2d30e07bf7e7
parent782d7a217eb63353dbfd81fb88b24e600bc6bd9c
ia64: annotate switch fallthroughs in ia64_handle_unaligned

Replace the "no break" comments with something that the compiler
recognizes.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190812065524.19959-3-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/unaligned.c