platform/x86: fujitsu-laptop: Clean up constants
authorMichał Kępień <kernel@kempniu.pl>
Tue, 20 Feb 2018 05:24:54 +0000 (06:24 +0100)
committerDarren Hart (VMware) <dvhart@infradead.org>
Sat, 24 Feb 2018 21:37:36 +0000 (13:37 -0800)
commit819cddae7cfa9b7673c24c338199274ba175e2b3
treeecbf2d181d443500831c631d38583d5f69c5d41f
parent2f60efa1e48884b8d83f1ea94433b871814543ee
platform/x86: fujitsu-laptop: Clean up constants

Align all constant values defined in the module to a common indentation.
Rename ACPI_FUJITSU_NOTIFY_CODE1 to ACPI_FUJITSU_NOTIFY_CODE as there is
only one ACPI notification code used throughout the driver.  Define all
bitmasks using the BIT() macro.  Clean up comments.

Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Reviewed-by: Jonathan Woithe <jwoithe@just42.net>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/fujitsu-laptop.c