Hi,
On 3/19/21 6:19 AM, kernel test robot wrote:
From: kernel test robot <lkp(a)intel.com>
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 <luzmaximilian(a)gmail.com>
Reported-by: kernel test robot <lkp(a)intel.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
Thank you for your patch, I've applied this patch to my review-hans
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x8...
Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.
Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.
Regards,
Hans
---
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x8...
review-hans
head: 0b4f5c95fba2ec004960e2bcf849548a863f7495
commit: 1d609992832e900378b305f9f8dcf0ce8473049e [18/24] platform/surface: Add DTX
driver
surface_dtx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/platform/surface/surface_dtx.c
+++ b/drivers/platform/surface/surface_dtx.c
@@ -648,7 +648,7 @@ static u32 sdtx_notifier(struct ssam_eve
default:
return 0;
- };
+ }
if (in->length != len) {
dev_err(ddev->dev,