]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: fujitsu-laptop: replace "hotkey" with "laptop" in symbol names
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Wed, 8 Feb 2017 13:46:25 +0000 (14:46 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 26 Feb 2017 15:01:07 +0000 (17:01 +0200)
commit141584b63695c8cda7726f194dd251d454c82fb4
tree3b8f001bf1a41bdb2021b633aa6004dbca0bcb0d
parentde9135cf65c46717ba0f31c48a97f98230c291fc
platform/x86: fujitsu-laptop: replace "hotkey" with "laptop" in symbol names

Functions, structures, variables and constants whose names currently
contain the "hotkey" keyword are not only responsible for handling
hotkeys, but also other laptop-related features (rfkill, lid, dock,
LEDs).  Fix their naming by using a consistent "_laptop"/"_LAPTOP"
suffix/infix.  Update comments so that they reflect this change.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
[kempniu: rebase patch, rewrite commit message]
Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jonathan Woithe <jwoithe@just42.net>
drivers/platform/x86/fujitsu-laptop.c