diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:18:59 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:18:59 -0500 |
commit | c84e6036ba7177a404cc860cb5a440e06fad92dd (patch) | |
tree | 0f9e1d5e7ed32f725e1ee8ad86e3c8654e094696 /drivers/media/video/tea6420.c | |
parent | f18816ba20655deb3227da0600d5c34201467993 (diff) |
drivers/media/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/media/video/tea6420.c')
-rw-r--r-- | drivers/media/video/tea6420.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tea6420.c b/drivers/media/video/tea6420.c index e0ff811fab6f..ca05cd655087 100644 --- a/drivers/media/video/tea6420.c +++ b/drivers/media/video/tea6420.c | |||
@@ -57,7 +57,7 @@ static int tea6420_switch(struct i2c_client *client, int i, int o, int g) | |||
57 | 57 | ||
58 | dprintk("adr:0x%02x, i:%d, o:%d, g:%d\n", client->addr, i, o, g); | 58 | dprintk("adr:0x%02x, i:%d, o:%d, g:%d\n", client->addr, i, o, g); |
59 | 59 | ||
60 | /* check if the paramters are valid */ | 60 | /* check if the parameters are valid */ |
61 | if (i < 1 || i > 6 || o < 1 || o > 4 || g < 0 || g > 6 || g % 2 != 0) | 61 | if (i < 1 || i > 6 || o < 1 || o > 4 || g < 0 || g > 6 || g % 2 != 0) |
62 | return -1; | 62 | return -1; |
63 | 63 | ||