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

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.com


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent c47c0429
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__ */