aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/kconfig/nconf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index 65c672cce823..dbf31edd22b2 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -312,19 +312,19 @@ struct function_keys function_keys[] = {
312 }, 312 },
313 { 313 {
314 .key_str = "F2", 314 .key_str = "F2",
315 .func = "Sym Info", 315 .func = "SymInfo",
316 .key = F_SYMBOL, 316 .key = F_SYMBOL,
317 .handler = handle_f2, 317 .handler = handle_f2,
318 }, 318 },
319 { 319 {
320 .key_str = "F3", 320 .key_str = "F3",
321 .func = "Insts", 321 .func = "Help 2",
322 .key = F_INSTS, 322 .key = F_INSTS,
323 .handler = handle_f3, 323 .handler = handle_f3,
324 }, 324 },
325 { 325 {
326 .key_str = "F4", 326 .key_str = "F4",
327 .func = "Config", 327 .func = "ShowAll",
328 .key = F_CONF, 328 .key = F_CONF,
329 .handler = handle_f4, 329 .handler = handle_f4,
330 }, 330 },
@@ -348,7 +348,7 @@ struct function_keys function_keys[] = {
348 }, 348 },
349 { 349 {
350 .key_str = "F8", 350 .key_str = "F8",
351 .func = "Sym Search", 351 .func = "SymSearch",
352 .key = F_SEARCH, 352 .key = F_SEARCH,
353 .handler = handle_f8, 353 .handler = handle_f8,
354 }, 354 },