commit | abecb6da704a71232a3103c8485c65ceb5fcd9dc | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Fri Jul 14 00:24:26 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jul 14 21:53:54 2006 -0700 |
tree | 3a43054c726aa456cc869ec2ac31ee2ba24f2a21 | |
parent | 91e260b80d2fec559877f399dfc36b554f207874 [diff] |
[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>