From: Jean Delvare Date: Tue, 13 Feb 2007 21:08:59 +0000 (+0100) Subject: i2c-i801: Spelling fix X-Git-Tag: v2.6.21-rc1~273^2~4^2~12 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcdd96ecaf04fb4f229ac1a64fe77fda890dffd5;p=linux-2.6 i2c-i801: Spelling fix Signed-off-by: Jean Delvare --- diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c index ae625b8544..de5e23a93b 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"); } }