aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2021-05-20 13:18:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-20 17:05:33 +0200
commit816cea10285d148a0d8bcaeeca6ba84c947f945f (patch)
tree867b018ee2de4588024416261df07b4046beeb31
parenttty: fix kernel-doc for {start,stop}_tty (diff)
downloadlinux-dev-816cea10285d148a0d8bcaeeca6ba84c947f945f.tar.xz
linux-dev-816cea10285d148a0d8bcaeeca6ba84c947f945f.zip
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>
-rw-r--r--drivers/tty/vt/selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/vt/selection.c b/drivers/tty/vt/selection.c
index bcb6bc5731cc..f7755e73696e 100644
--- a/drivers/tty/vt/selection.c
+++ b/drivers/tty/vt/selection.c
@@ -109,7 +109,7 @@ static inline int inword(const u32 c)
}
/**
- * set loadlut - load the LUT table
+ * sel_loadlut() - load the LUT table
* @p: user table
*
* Load the LUT table from user space. The caller must hold the console