public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/4] OMAP: MENELAUS: Code clean-up for menelaus
@ 2008-07-29 16:44 Carlos Aguiar
  0 siblings, 0 replies; only message in thread
From: Carlos Aguiar @ 2008-07-29 16:44 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap

From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>

This patch removes a few errors and warnings reported by checkpatch.pl.

Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
---
 include/linux/i2c/menelaus.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/linux/i2c/menelaus.h b/include/linux/i2c/menelaus.h
index 1660418..9587398 100644
--- a/include/linux/i2c/menelaus.h
+++ b/include/linux/i2c/menelaus.h
@@ -1,5 +1,5 @@
 /*
- * linux/include/asm-arm/arch-omap/menelaus.h
+ * include/linux/i2c/menelaus.h
  *
  * Functions to access Menelaus power management chip
  */
@@ -122,10 +122,11 @@
 struct device;
 
 struct menelaus_platform_data {
-	int (* late_init)(struct device *dev);
+	int (*late_init)(struct device *dev);
 };
 
-extern int menelaus_register_mmc_callback(void (*callback)(void *data, u8 card_mask),
+extern int menelaus_register_mmc_callback(void (*callback)(void *data,
+					  u8 card_mask),
 					  void *data);
 extern void menelaus_unregister_mmc_callback(void);
 extern int menelaus_set_mmc_opendrain(int slot, int enable);
-- 1.5.5.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-29 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29 16:44 [PATCH 4/4] OMAP: MENELAUS: Code clean-up for menelaus Carlos Aguiar

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