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>
Looks good to me. Hans, if you want to apply this feel free to add
Reviewed-by: Maximilian Luz <luzmaximilian(a)gmail.com>
> ---
>
> 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,
>