lkml.org 
[lkml]   [2018]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] scripts: kconfig: menu: fixed a coding style issue
Fixed coding style issue.

Signed-off-by: Robert Donald Rickett <robert.rickett@gmail.com>
---
scripts/kconfig/menu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c
index e9357931b47d..62f03f4eb96d 100644
--- a/scripts/kconfig/menu.c
+++ b/scripts/kconfig/menu.c
@@ -143,7 +143,7 @@ static struct property *menu_add_prop(enum prop_type type, char *prompt, struct
prop_warn(prop, "prompt redefined");

/* Apply all upper menus' visibilities to actual prompts. */
- if(type == P_PROMPT) {
+ if (type == P_PROMPT) {
struct menu *menu = current_entry;

while ((menu = menu->parent) != NULL) {
--
2.14.1
\
 
 \ /
  Last update: 2018-01-16 05:28    [W:0.066 / U:0.748 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site