Skip to content

Commit e62b91c

Browse files
jwrdegoedeJiri Kosina
authored andcommitted
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>
1 parent 3202f48 commit e62b91c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/hid/hid-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,6 @@ int hid_check_keys_pressed(struct hid_device *hid)
25912591

25922592
return 0;
25932593
}
2594-
25952594
EXPORT_SYMBOL_GPL(hid_check_keys_pressed);
25962595

25972596
static int __init hid_init(void)

0 commit comments

Comments
 (0)