aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-02-13 22:08:59 +0100
committerJean Delvare <khali@arrakis.delvare>2007-02-13 22:08:59 +0100
commitfcdd96ecaf04fb4f229ac1a64fe77fda890dffd5 (patch)
treea784894ef8a251e2b3c520d92ddd3f671e95e89a /drivers/i2c/busses/i2c-i801.c
parenti2c: Fix typo in SMBus Write Word Data description (diff)
downloadlinux-dev-fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5.tar.xz
linux-dev-fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5.zip
i2c-i801: Spelling fix
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to '')
-rw-r--r--drivers/i2c/busses/i2c-i801.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index ae625b854470..de5e23a93b18 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");
}
}