diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-02-13 22:08:59 +0100 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-13 22:08:59 +0100 |
commit | fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5 (patch) | |
tree | a784894ef8a251e2b3c520d92ddd3f671e95e89a /drivers/i2c | |
parent | 3f9a4790a3818af1228c7fb4286afd66f3201fd0 (diff) | |
download | linux-3.10-fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5.tar.gz linux-3.10-fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5.tar.bz2 linux-3.10-fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5.zip |
i2c-i801: Spelling fix
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-i801.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c index ae625b85447..de5e23a93b1 100644 --- a/drivers/i2c/busses/i2c-i801.c +++ b/drivers/i2c/busses/i2c-i801.c @@ -123,7 +123,7 @@ static int i801_transaction(void) dev_dbg(&I801_dev->dev, "Failed! (%02x)\n", temp); return -1; } else { - dev_dbg(&I801_dev->dev, "Successfull!\n"); + dev_dbg(&I801_dev->dev, "Successful!\n"); } } |