sony-laptop: Remove unneeded semicolon
authorYue Zou <zouyue3@huawei.com>
Mon, 18 Jan 2021 01:01:37 +0000 (01:01 +0000)
committerHans de Goede <hdegoede@redhat.com>
Mon, 18 Jan 2021 20:39:28 +0000 (21:39 +0100)
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>
include/linux/sony-laptop.h

index 374d0fd..1e3c92f 100644 (file)
@@ -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__ */