aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/addac
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-07-26 23:06:29 -0700
committerJiri Kosina <jkosina@suse.cz>2011-09-15 14:50:49 +0200
commit699324871fcc3650f2023c5e36cb119a92d7894b (patch)
tree7115a8183a4fd00b6f0ea1ae3b8f3dfbcf1c454b /drivers/staging/iio/addac
parentfutex: Fix spelling in a source code comment (diff)
downloadlinux-dev-699324871fcc3650f2023c5e36cb119a92d7894b.tar.xz
linux-dev-699324871fcc3650f2023c5e36cb119a92d7894b.zip
treewide: remove extra semicolons from various parts of the kernel
This is a resend from the original, changing the title from PATCH to RFC(since this is a review for commit, and I should have put that the first go around). and also removing some of the commit's with ia64 and bash since it is significant. let me know if I might have missed anything etc.. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/staging/iio/addac')
-rw-r--r--drivers/staging/iio/addac/adt7316-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/addac/adt7316-i2c.c b/drivers/staging/iio/addac/adt7316-i2c.c
index 52d1ea349635..1c86cf11ab94 100644
--- a/drivers/staging/iio/addac/adt7316-i2c.c
+++ b/drivers/staging/iio/addac/adt7316-i2c.c
@@ -109,7 +109,7 @@ static int __devinit adt7316_i2c_probe(struct i2c_client *client,
static int __devexit adt7316_i2c_remove(struct i2c_client *client)
{
- return adt7316_remove(&client->dev);;
+ return adt7316_remove(&client->dev);
}
static const struct i2c_device_id adt7316_i2c_id[] = {