From: Grazvydas Ignotas <notasas@gmail.com>
To: linux-omap@vger.kernel.org
Cc: Grazvydas Ignotas <notasas@gmail.com>
Subject: [PATCH 2/3] Minor checkpatch cleanup
Date: Thu, 6 Nov 2008 21:49:57 +0200 [thread overview]
Message-ID: <1226000998-22397-2-git-send-email-notasas@gmail.com> (raw)
In-Reply-To: <1226000998-22397-1-git-send-email-notasas@gmail.com>
Clean a line over 80 characters.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
---
arch/arm/mach-omap2/board-omap3pandora.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c
index b10bf00..c2c4930 100644
--- a/arch/arm/mach-omap2/board-omap3pandora.c
+++ b/arch/arm/mach-omap2/board-omap3pandora.c
@@ -269,7 +269,8 @@ static struct twl4030_hsmmc_info mmc[] __initdata = {
static void __init omap3pandora_init(void)
{
omap3pandora_i2c_init();
- platform_add_devices(omap3pandora_devices, ARRAY_SIZE(omap3pandora_devices));
+ platform_add_devices(omap3pandora_devices,
+ ARRAY_SIZE(omap3pandora_devices));
omap_board_config = omap3pandora_config;
omap_board_config_size = ARRAY_SIZE(omap3pandora_config);
omap_serial_init();
--
1.5.4.3
next prev parent reply other threads:[~2008-11-06 19:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-06 19:49 [PATCH 1/3] Add touchscreen support for Pandora Grazvydas Ignotas
2008-11-06 19:49 ` Grazvydas Ignotas [this message]
2008-11-06 19:49 ` [PATCH 3/3] Enable touchscreen in pandora's defconfig Grazvydas Ignotas
2008-11-13 23:05 ` [PATCH 1/3] Add touchscreen support for Pandora Tony Lindgren
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=1226000998-22397-2-git-send-email-notasas@gmail.com \
--to=notasas@gmail.com \
--cc=linux-omap@vger.kernel.org \
/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