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

HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_keys_pressed)

Normally the EXPORT_SYMBOL of a function immediately follows the
declaration of the function and all the other functions in hid-core.c
follow this pattern, drop the extraneous empty line before the
EXPORT_SYMBOL_GPL(hid_check_keys_pressed); line.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Hans de Goede and committed by
Jiri Kosina
e62b91cd 3202f482

-1
-1
drivers/hid/hid-core.c
··· 2591 2591 2592 2592 return 0; 2593 2593 } 2594 - 2595 2594 EXPORT_SYMBOL_GPL(hid_check_keys_pressed); 2596 2595 2597 2596 static int __init hid_init(void)