public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa: Fix typo in zeus.c
@ 2015-01-31  5:49 Masanari Iida
  2015-01-31  9:17 ` Daniel Mack
  2015-01-31  9:27 ` Robert Jarzmik
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2015-01-31  5:49 UTC (permalink / raw)
  To: daniel, haojian.zhuang, robert.jarzmik, linux-kernel, linux; +Cc: Masanari Iida

This patch fix a typo in struct platform_device can_regulator_device.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/arm/mach-pxa/zeus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c
index 205f9bf..ac2ae5c 100644
--- a/arch/arm/mach-pxa/zeus.c
+++ b/arch/arm/mach-pxa/zeus.c
@@ -412,7 +412,7 @@ static struct fixed_voltage_config can_regulator_pdata = {
 };
 
 static struct platform_device can_regulator_device = {
-	.name	= "reg-fixed-volage",
+	.name	= "reg-fixed-voltage",
 	.id	= 0,
 	.dev	= {
 		.platform_data	= &can_regulator_pdata,
-- 
2.3.0.rc1.30.g76afe74


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-31  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31  5:49 [PATCH] ARM: pxa: Fix typo in zeus.c Masanari Iida
2015-01-31  9:17 ` Daniel Mack
2015-01-31  9:27 ` Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox