All of lore.kernel.org
 help / color / mirror / Atom feed
* [ patch -mm1 07/11 ] gpio-patchset-fixups: no weird comment placement
@ 2006-06-22 18:53 Jim Cromie
  0 siblings, 0 replies; only message in thread
From: Jim Cromie @ 2006-06-22 18:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux kernel


diff.13-fix-weird-comment

put comment in body, like everyone else.

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

---

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;



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

only message in thread, other threads:[~2006-06-22 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 18:53 [ patch -mm1 07/11 ] gpio-patchset-fixups: no weird comment placement Jim Cromie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.