projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ed5c2
)
kconfig: lxdialog: fix spelling
author
Brian Norris
<computersforpeace@gmail.com>
Wed, 4 Jun 2014 07:52:30 +0000
(
00:52
-0700)
committer
Michal Marek
<mmarek@suse.cz>
Fri, 22 Aug 2014 09:46:49 +0000
(11:46 +0200)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/lxdialog/dialog.h
patch
|
blob
|
history
diff --git
a/scripts/kconfig/lxdialog/dialog.h
b/scripts/kconfig/lxdialog/dialog.h
index b4343d384926600329203b846855f940b597b5fd..fcffd5b41fb07bff8cab87c3cdee93c18e884e1b 100644
(file)
--- a/
scripts/kconfig/lxdialog/dialog.h
+++ b/
scripts/kconfig/lxdialog/dialog.h
@@
-170,7
+170,7
@@
char item_tag(void);
/* item list manipulation for lxdialog use */
#define MAXITEMSTR 200
struct dialog_item {
- char str[MAXITEMSTR]; /* prom
tp
displayed */
+ char str[MAXITEMSTR]; /* prom
pt
displayed */
char tag;
void *data; /* pointer to menu item - used by menubox+checklist */
int selected; /* Set to 1 by dialog_*() function if selected. */