From: Carlos Aguiar <carlos.aguiar@indt.org.br>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 4/4] OMAP: MENELAUS: Code clean-up for menelaus
Date: Tue, 29 Jul 2008 12:44:35 -0400 [thread overview]
Message-ID: <488F48F3.2090302@indt.org.br> (raw)
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
reply other threads:[~2008-07-29 16:44 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=488F48F3.2090302@indt.org.br \
--to=carlos.aguiar@indt.org.br \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.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