[PATCH] gpio: cosmetics: remove needless newlines
authorJim Cromie <jim.cromie@gmail.com>
Fri, 14 Jul 2006 07:24:26 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Jul 2006 04:53:54 +0000 (21:53 -0700)
commitabecb6da704a71232a3103c8485c65ceb5fcd9dc
tree3a43054c726aa456cc869ec2ac31ee2ba24f2a21
parent91e260b80d2fec559877f399dfc36b554f207874
[PATCH] gpio: cosmetics: remove needless newlines

- pure cosmetics: lose needless newlines.

- rename EXPORTed gpio vtables from {scx200,pc8736x}_access to _gpio_ops new
  name is much closer to the vtable-name struct nsc_gpio_ops, should be
  clearer.  Also rename the _fops vtable var to _fileops to better
  disambiguate it from the gpio vtable.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/nsc_gpio.c