]> git.baikalelectronics.ru Git - kernel.git/commit
HID: core: Remove extraneous empty line before EXPORT_SYMBOL_GPL(hid_check_keys_pressed)
authorHans de Goede <hdegoede@redhat.com>
Wed, 5 May 2021 21:39:30 +0000 (23:39 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 27 May 2021 13:40:34 +0000 (15:40 +0200)
commite3dbfb76527282162ac146b1565a686be3e967d1
tree1c281ff6b9171effe9472ed8dd1b1d3af4a48e64
parent413505ad4a5bf30c13c866cb81a382e3a38c46ba
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>
drivers/hid/hid-core.c