mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08:00
i2c: Spelling fix (successful)
Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
parent
85d6931cde
commit
c5d21b7fb7
@ -223,7 +223,7 @@ static int piix4_transaction(void)
|
||||
dev_err(&piix4_adapter.dev, "Failed! (%02x)\n", temp);
|
||||
return -1;
|
||||
} 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)
|
||||
dev_dbg(&adap->dev, "Failed! (%02x)\n", temp);
|
||||
return -1;
|
||||
} 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
|
||||
dev_dbg(&adap->dev, "Failed! (%02x)\n", temp);
|
||||
return -1;
|
||||
} else {
|
||||
dev_dbg(&adap->dev, "Successfull!\n");
|
||||
dev_dbg(&adap->dev, "Successful!\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user