summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2025-09-23 19:50:06 +0100
committerMark Brown <broonie@kernel.org>2025-09-24 10:38:12 +0200
commit6be988660b474564c77cb6ff60776dafcd850a18 (patch)
tree0ad3e37a1f5be770c6d640211f6f71ac4c63f7ed
parent70a0bcde87512c269269443444c109740dcacc19 (diff)
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>
-rw-r--r--sound/soc/codecs/tas2783-sdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas2783-sdw.c b/sound/soc/codecs/tas2783-sdw.c
index d5d33afdfa10..c2a7be51bdc6 100644
--- a/sound/soc/codecs/tas2783-sdw.c
+++ b/sound/soc/codecs/tas2783-sdw.c
@@ -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");