From: Valentin Rothberg <valentinrothberg@gmail.com>
To: nsekhar@ti.com, khilman@deeprootsystems.com,
linux@arm.linux.org.uk, linux-kernel@vger.kernel.org
Cc: Valentin Rothberg <valentinrothberg@gmail.com>
Subject: [PATCH] arch/arm/mach-davinci/usb.c: correct C comment on ARCH_DAVINCI_DA8XX
Date: Wed, 29 Apr 2015 16:04:41 +0200 [thread overview]
Message-ID: <1430316281-511-1-git-send-email-valentinrothberg@gmail.com> (raw)
The previous #ifdef block depends on ARCH_DAVINCI_DA8XX, not
on DAVINCI_DA8XX.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.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
reply other threads:[~2015-04-29 14:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430316281-511-1-git-send-email-valentinrothberg@gmail.com \
--to=valentinrothberg@gmail.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=nsekhar@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox