[ patch -mm1 07/11 ] gpio-patchset-fixups: no weird comment placement

From: Jim Cromie
Date: Thu Jun 22 2006 - 14:52:34 EST



diff.13-fix-weird-comment

put comment in body, like everyone else.

Signed-off-by: Jim Cromie <jim.cromie@xxxxxxxxx>

---

diff -ruNp -X dontdiff -X exclude-diffs 17-mm-pre0/drivers/char/pc8736x_gpio.c 13/drivers/char/pc8736x_gpio.c
--- 17-mm-pre0/drivers/char/pc8736x_gpio.c 2006-06-20 20:42:39.000000000 -0600
+++ 13/drivers/char/pc8736x_gpio.c 2006-06-21 10:31:31.000000000 -0600
@@ -89,8 +89,8 @@ static inline int superio_inb(int addr)
}

static int pc8736x_superio_present(void)
- /* try the 2 possible values, read a hardware reg to verify */
{
+ /* try the 2 possible values, read a hardware reg to verify */
superio_cmd = SIO_BASE1;
if (superio_inb(SIO_SID) == SIO_SID_VALUE)
return superio_cmd;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/