i2c: Spelling fix (successful)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
Jean Delvare
2008-04-29 23:11:37 +02:00
committed by Jean Delvare
parent 85d6931cde
commit c5d21b7fb7
3 changed files with 3 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ static int sis5595_transaction(struct i2c_adapter *adap)
dev_dbg(&adap->dev, "Failed! (%02x)\n", temp);
return -1;
} else {
dev_dbg(&adap->dev, "Successfull!\n");
dev_dbg(&adap->dev, "Successful!\n");
}
}