mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ASoc: tas2783A: Fix spelling mistake "Perifpheral" -> "Peripheral"
There is a spelling mistake in a dev_dbg debug message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20250923185006.213861-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
70a0bcde87
commit
6be988660b
|
|
@ -1229,7 +1229,7 @@ static s32 tas_update_status(struct sdw_slave *slave,
|
|||
struct tas2783_prv *tas_dev = dev_get_drvdata(&slave->dev);
|
||||
struct device *dev = &slave->dev;
|
||||
|
||||
dev_dbg(dev, "Perifpheral status = %s",
|
||||
dev_dbg(dev, "Peripheral status = %s",
|
||||
status == SDW_SLAVE_UNATTACHED ? "unattached" :
|
||||
status == SDW_SLAVE_ATTACHED ? "attached" : "alert");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user