Skip to content

Commit 6be9886

Browse files
ColinIanKingbroonie
authored andcommitted
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>
1 parent 70a0bcd commit 6be9886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/tas2783-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ static s32 tas_update_status(struct sdw_slave *slave,
12291229
struct tas2783_prv *tas_dev = dev_get_drvdata(&slave->dev);
12301230
struct device *dev = &slave->dev;
12311231

1232-
dev_dbg(dev, "Perifpheral status = %s",
1232+
dev_dbg(dev, "Peripheral status = %s",
12331233
status == SDW_SLAVE_UNATTACHED ? "unattached" :
12341234
status == SDW_SLAVE_ATTACHED ? "attached" : "alert");
12351235

0 commit comments

Comments
 (0)