Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sony-laptop: Remove unneeded semicolon

Remove a superfluous semicolon after function definition.

Signed-off-by: Yue Zou <zouyue3@huawei.com>
Link: https://lore.kernel.org/r/20210118010137.214378-1-zouyue3@huawei.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>

authored by

Yue Zou and committed by
Hans de Goede
0627cc33 c47c0429

+1 -1
+1 -1
include/linux/sony-laptop.h
··· 31 31 #if IS_ENABLED(CONFIG_SONY_LAPTOP) 32 32 int sony_pic_camera_command(int command, u8 value); 33 33 #else 34 - static inline int sony_pic_camera_command(int command, u8 value) { return 0; }; 34 + static inline int sony_pic_camera_command(int command, u8 value) { return 0; } 35 35 #endif 36 36 37 37 #endif /* __KERNEL__ */