]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit6942eabc140eac54d5c0db2695eed63768209c34
tree3b8f001bf1a41bdb2021b633aa6004dbca0bcb0d
parent9fc5cf6e14fc1db40ea8a1c10061bb9586e78585
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