提交 c5d21b7f 编写于 作者: J Jean Delvare 提交者: Jean Delvare

i2c: Spelling fix (successful)

Signed-off-by: NJean Delvare <khali@linux-fr.org>
上级 85d6931c
...@@ -223,7 +223,7 @@ static int piix4_transaction(void) ...@@ -223,7 +223,7 @@ static int piix4_transaction(void)
dev_err(&piix4_adapter.dev, "Failed! (%02x)\n", temp); dev_err(&piix4_adapter.dev, "Failed! (%02x)\n", temp);
return -1; return -1;
} else { } else {
dev_dbg(&piix4_adapter.dev, "Successfull!\n"); dev_dbg(&piix4_adapter.dev, "Successful!\n");
} }
} }
......
...@@ -238,7 +238,7 @@ static int sis5595_transaction(struct i2c_adapter *adap) ...@@ -238,7 +238,7 @@ static int sis5595_transaction(struct i2c_adapter *adap)
dev_dbg(&adap->dev, "Failed! (%02x)\n", temp); dev_dbg(&adap->dev, "Failed! (%02x)\n", temp);
return -1; return -1;
} else { } else {
dev_dbg(&adap->dev, "Successfull!\n"); dev_dbg(&adap->dev, "Successful!\n");
} }
} }
......
...@@ -136,7 +136,7 @@ static int sis630_transaction_start(struct i2c_adapter *adap, int size, u8 *oldc ...@@ -136,7 +136,7 @@ static int sis630_transaction_start(struct i2c_adapter *adap, int size, u8 *oldc
dev_dbg(&adap->dev, "Failed! (%02x)\n", temp); dev_dbg(&adap->dev, "Failed! (%02x)\n", temp);
return -1; return -1;
} else { } else {
dev_dbg(&adap->dev, "Successfull!\n"); dev_dbg(&adap->dev, "Successful!\n");
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册