Skip to content

Commit

Permalink
HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Hans de Goede authored and Jiri Kosina committed May 27, 2021
1 parent 3202f48 commit e62b91c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,6 @@ int hid_check_keys_pressed(struct hid_device *hid)

return 0;
}

EXPORT_SYMBOL_GPL(hid_check_keys_pressed);

static int __init hid_init(void)
Expand Down

0 comments on commit e62b91c

Please sign in to comment.