soundwire: fix spelling mistake
Fix typo for paranoia spelled as paranioa
Fixes: bcac590299
("soundwire: add Slave sysfs support")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Родитель
7541765df1
Коммит
84091304a4
|
@ -252,7 +252,7 @@ static int add_all_attributes(struct device *dev, int N, int dir)
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
/* paranioa check for editing mistakes */
|
/* paranoia check for editing mistakes */
|
||||||
if (i != SDW_DPN_ATTRIBUTES) {
|
if (i != SDW_DPN_ATTRIBUTES) {
|
||||||
dev_err(dev, "mismatch in attributes, allocated %d got %d\n",
|
dev_err(dev, "mismatch in attributes, allocated %d got %d\n",
|
||||||
SDW_DPN_ATTRIBUTES, i);
|
SDW_DPN_ATTRIBUTES, i);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче