diff options
| author | 2021-01-18 01:01:37 +0000 | |
|---|---|---|
| committer | 2021-01-18 21:39:28 +0100 | |
| commit | 0627cc334d408953c0ff9ef8731325c2d02572ed (patch) | |
| tree | 048b55e4b3632c28a4a0439acabb1ac5c0b8d67d /include/linux | |
| parent | platform/x86: thinkpad_acpi: Add P53/73 firmware to fan_quirk_table for dual fan control (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sony-laptop.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ */ |
