[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180116042739.3po5ffo4iypuebgd@shadow1911>
Date: Mon, 15 Jan 2018 22:27:40 -0600
From: Robert Donald Rickett <robert.rickett@...il.com>
To: linux-kernel@...r.kernel.org
Cc: robert.rickett@...il.com
Subject: [PATCH] scripts: kconfig: menu: fixed a coding style issue
Fixed coding style issue.
Signed-off-by: Robert Donald Rickett <robert.rickett@...il.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
Powered by blists - more mailing lists