[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200904232248.29263.bzolnier@gmail.com>
Date: Thu, 23 Apr 2009 22:48:29 +0200
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
Joe Perches <joe@...ches.com>,
David Brownell <dbrownell@...rs.sourceforge.net>
Subject: [PATCH] palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixup
Remove superfluous commas and add missing whitespaces.
Noticed-by: Joe Perches <joe@...ches.com>
Cc: David Brownell <dbrownell@...rs.sourceforge.net>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
---
drivers/ide/palm_bk3710.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: b/drivers/ide/palm_bk3710.c
===================================================================
--- a/drivers/ide/palm_bk3710.c
+++ b/drivers/ide/palm_bk3710.c
@@ -66,12 +66,12 @@ struct palm_bk3710_udmatiming {
};
static const struct palm_bk3710_udmatiming palm_bk3710_udmatimings[6] = {
- {160, 240 / 2,}, /* UDMA Mode 0 */
- {125, 160 / 2,}, /* UDMA Mode 1 */
- {100, 120 / 2,}, /* UDMA Mode 2 */
- {100, 90 / 2,}, /* UDMA Mode 3 */
- {100, 60 / 2,}, /* UDMA Mode 4 */
- {85, 40 / 2,}, /* UDMA Mode 5 */
+ { 160, 240 / 2 }, /* UDMA Mode 0 */
+ { 125, 160 / 2 }, /* UDMA Mode 1 */
+ { 100, 120 / 2 }, /* UDMA Mode 2 */
+ { 100, 90 / 2 }, /* UDMA Mode 3 */
+ { 100, 60 / 2 }, /* UDMA Mode 4 */
+ { 85, 40 / 2 }, /* UDMA Mode 5 */
};
static void palm_bk3710_setudmamode(void __iomem *base, unsigned int dev,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists