Commit 0627cc33 authored by Yue Zou's avatar Yue Zou Committed by Hans de Goede

sony-laptop: Remove unneeded semicolon

Remove a superfluous semicolon after function definition.
Signed-off-by: default avatarYue Zou <zouyue3@huawei.com>
Link: https://lore.kernel.org/r/20210118010137.214378-1-zouyue3@huawei.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent c47c0429
......@@ -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__ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment