projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dce631
)
kbuild/nconf: fix spaces damage
author
Arnaud Lacombe
<lacombar@gmail.com>
Sun, 5 Dec 2010 06:41:14 +0000
(
01:41
-0500)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 15 Dec 2010 13:42:11 +0000
(14:42 +0100)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/nconf.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/nconf.c
b/scripts/kconfig/nconf.c
index
272a987
..
eda49ff
100644
(file)
--- a/
scripts/kconfig/nconf.c
+++ b/
scripts/kconfig/nconf.c
@@
-248,7
+248,7
@@
search_help[] = N_(
"Only relevant lines are shown.\n"
"\n\n"
"Search examples:\n"
-"Examples: USB
=
> find all symbols containing USB\n"
+"Examples: USB
=
> find all symbols containing USB\n"
" ^USB => find all symbols starting with USB\n"
" USB$ => find all symbols ending with USB\n"
"\n");