lkml.org 
[lkml]   [2021]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] sony-laptop: Remove unneeded semicolon
From
Date
Hi,

On 1/18/21 2:01 AM, Yue Zou wrote:
> Remove a superfluous semicolon after function definition.
>
> Signed-off-by: Yue Zou <zouyue3@huawei.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-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__ */
>

\
 
 \ /
  Last update: 2021-01-18 19:37    [W:0.075 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site