xen/arm: smmuv3: Use fallthrough pseudo-keyword
authorRahul Singh <rahul.singh@arm.com>
Wed, 20 Jan 2021 14:52:42 +0000 (14:52 +0000)
committerJulien Grall <jgrall@amazon.com>
Sat, 23 Jan 2021 11:49:32 +0000 (11:49 +0000)
commited2ffa2bf50499f4a0a020c57e99b93e9b2a37fe
tree25e620eec271504111860d8ed5fee42ddc4898e5
parentbe5dc0b90db68df57925ee951ccc480fcab14192
xen/arm: smmuv3: Use fallthrough pseudo-keyword

Backport commit df561f6688fef775baa341a0f5d960becd248b11
"treewide: Use fallthrough pseudo-keyword" from Linux kernel.

Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
fall-through markings when it is the case.

Signed-off-by: Rahul Singh <rahul.singh@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/drivers/passthrough/arm/smmu-v3.c