[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9c0fb7d2-4f32-6d1d-4ed5-29207591a0c7@redhat.com>
Date: Mon, 18 Jan 2021 19:32:12 +0100
From: Hans de Goede <hdegoede@...hat.com>
To: Yue Zou <zouyue3@...wei.com>, malattia@...ux.it,
mchehab@...nel.org, gregkh@...uxfoundation.org
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sony-laptop: Remove unneeded semicolon
Hi,
On 1/18/21 2:01 AM, Yue Zou wrote:
> Remove a superfluous semicolon after function definition.
>
> Signed-off-by: Yue Zou <zouyue3@...wei.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__ */
>
Powered by blists - more mailing lists