[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1430316281-511-1-git-send-email-valentinrothberg@gmail.com>
Date:	Wed, 29 Apr 2015 16:04:41 +0200
From:	Valentin Rothberg <valentinrothberg@...il.com>
To:	nsekhar@...com, khilman@...prootsystems.com,
	linux@....linux.org.uk, linux-kernel@...r.kernel.org
Cc:	Valentin Rothberg <valentinrothberg@...il.com>
Subject: [PATCH] arch/arm/mach-davinci/usb.c: correct C comment on ARCH_DAVINCI_DA8XX
The previous #ifdef block depends on ARCH_DAVINCI_DA8XX, not
on DAVINCI_DA8XX.
Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>
---
I detected this issue with scripts/checkkconfigsymbols.py
---
 arch/arm/mach-davinci/usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-davinci/usb.c b/arch/arm/mach-davinci/usb.c
index b0a6b522575f..0a25200baebd 100644
--- a/arch/arm/mach-davinci/usb.c
+++ b/arch/arm/mach-davinci/usb.c
@@ -172,4 +172,4 @@ int __init da8xx_register_usb11(struct da8xx_ohci_root_hub *pdata)
 	da8xx_usb11_device.dev.platform_data = pdata;
 	return platform_device_register(&da8xx_usb11_device);
 }
-#endif	/* CONFIG_DAVINCI_DA8XX */
+#endif	/* CONFIG_ARCH_DAVINCI_DA8XX */
-- 
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
