summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c-algo-pcf.h
diff options
context:
space:
mode:
authorDavid Brownell2006-12-10 21:21:31 +0100
committerJean Delvare2006-12-10 21:21:31 +0100
commit438d6c2c015cf63bf7e9bdc2033d435433ac8455 (patch)
tree12194d5fa00e09006f4fa332d2c4a8635b0ebc66 /include/linux/i2c-algo-pcf.h
parenti2c: Use put_user instead of copy_to_user where possible (diff)
downloadkernel-qcow2-linux-438d6c2c015cf63bf7e9bdc2033d435433ac8455.tar.gz
kernel-qcow2-linux-438d6c2c015cf63bf7e9bdc2033d435433ac8455.tar.xz
kernel-qcow2-linux-438d6c2c015cf63bf7e9bdc2033d435433ac8455.zip
i2c: Whitespace cleanups
Remove extraneous whitespace from various i2c headers and core files, like space-before-tab and whitespace at end of line. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux/i2c-algo-pcf.h')
-rw-r--r--include/linux/i2c-algo-pcf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c-algo-pcf.h b/include/linux/i2c-algo-pcf.h
index 9908f3fc4839..7d7045cbb344 100644
--- a/include/linux/i2c-algo-pcf.h
+++ b/include/linux/i2c-algo-pcf.h
@@ -31,7 +31,7 @@ struct i2c_algo_pcf_data {
int (*getpcf) (void *data, int ctl);
int (*getown) (void *data);
int (*getclock) (void *data);
- void (*waitforpin) (void);
+ void (*waitforpin) (void);
/* local settings */
int udelay;