Re: [PATCH] sony-laptop: Remove unneeded semicolon

From: Hans de Goede
Date: Mon Jan 18 2021 - 13:35:38 EST


Hi,

On 1/18/21 2:01 AM, Yue Zou wrote:
> Remove a superfluous semicolon after function definition.
>
> Signed-off-by: Yue Zou <zouyue3@xxxxxxxxxx>

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-x86.git/log/?h=review-hans

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



> ---
> include/linux/sony-laptop.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/sony-laptop.h b/include/linux/sony-laptop.h
> index 374d0fdb0743..1e3c92feea6e 100644
> --- a/include/linux/sony-laptop.h
> +++ b/include/linux/sony-laptop.h
> @@ -31,7 +31,7 @@
> #if IS_ENABLED(CONFIG_SONY_LAPTOP)
> int sony_pic_camera_command(int command, u8 value);
> #else
> -static inline int sony_pic_camera_command(int command, u8 value) { return 0; };
> +static inline int sony_pic_camera_command(int command, u8 value) { return 0; }
> #endif
>
> #endif /* __KERNEL__ */
>