tty: vt: selection: Correct misspelled function sel_loadlut()
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 12:18:56 +0000 (13:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 May 2021 15:05:33 +0000 (17:05 +0200)
commit816cea10285d148a0d8bcaeeca6ba84c947f945f
tree867b018ee2de4588024416261df07b4046beeb31
parentd06e256f7a4bee97324a0fa316f0326ab7468347
tty: vt: selection: Correct misspelled function sel_loadlut()

Fixes the following W=1 kernel build warning(s):

 drivers/tty/vt/selection.c:119: warning: expecting prototype for set loadlut(). Prototype was for sel_loadlut() instead

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210520121906.3468725-2-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/selection.c