diff mbox series

[09/16] omap4: sdp4430: match the #endif comment to #ifdef

Message ID 1509020671-1321-10-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 08019ccf9ce95128a25d170940d18b380182c38f
Headers show
Series Remove two unused drivers and unused CONFIG options | expand

Commit Message

Masahiro Yamada Oct. 26, 2017, 12:24 p.m. UTC
This comment creates a wrong entry in config_whitelist.txt.

I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 board/ti/sdp4430/cmd_bat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Oct. 28, 2017, 1:58 a.m. UTC | #1
On Thu, Oct 26, 2017 at 09:24:24PM +0900, Masahiro Yamada wrote:

> This comment creates a wrong entry in config_whitelist.txt.

> 

> I did not touch config_whitelist.txt - the CONFIG will be dropped

> by the next re-sync.

> 

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/board/ti/sdp4430/cmd_bat.c b/board/ti/sdp4430/cmd_bat.c
index 7e8dbb1..4c7beeb 100644
--- a/board/ti/sdp4430/cmd_bat.c
+++ b/board/ti/sdp4430/cmd_bat.c
@@ -39,4 +39,4 @@  U_BOOT_CMD(
 	"bat startcharge - start charging via USB\n"
 	"bat stopcharge - stop charging\n"
 );
-#endif /* CONFIG_BAT_CMD */
+#endif /* CONFIG_CMD_BAT */