aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkernel test robot <[email protected]>2021-03-19 13:19:19 +0800
committerHans de Goede <[email protected]>2021-03-23 21:06:14 +0100
commite4899ff6a9120ca5dfa82035d51d4d118260be6e (patch)
treefc06de366159d08603de665973de3a26bc9f258e
parent70505a71d845a3ee5e011577fc5d9ac82e5c052a (diff)
platform/surface: fix semicolon.cocci warnings
drivers/platform/surface/surface_dtx.c:651:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 1d609992832e ("platform/surface: Add DTX driver") CC: Maximilian Luz <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: kernel test robot <[email protected]> Reviewed-by: Maximilian Luz <[email protected]> Link: https://lore.kernel.org/r/20210319051919.GA39801@ae4f36e4f012 Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r--drivers/platform/surface/surface_dtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/surface/surface_dtx.c b/drivers/platform/surface/surface_dtx.c
index 85451eb94d98..1fedacf74050 100644
--- a/drivers/platform/surface/surface_dtx.c
+++ b/drivers/platform/surface/surface_dtx.c
@@ -649,7 +649,7 @@ static u32 sdtx_notifier(struct ssam_event_notifier *nf, const struct ssam_event
default:
return 0;
- };
+ }
if (in->length != len) {
dev_err(ddev->dev,