Commit 84091304 authored by Vinod Koul's avatar Vinod Koul

soundwire: fix spelling mistake

Fix typo for paranoia spelled as paranioa

Fixes: bcac5902 ("soundwire: add Slave sysfs support")
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 7541765d
......@@ -252,7 +252,7 @@ static int add_all_attributes(struct device *dev, int N, int dir)
if (ret < 0)
return ret;
/* paranioa check for editing mistakes */
/* paranoia check for editing mistakes */
if (i != SDW_DPN_ATTRIBUTES) {
dev_err(dev, "mismatch in attributes, allocated %d got %d\n",
SDW_DPN_ATTRIBUTES, i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment