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:
Vinod Koul 2020-05-20 17:27:45 +05:30
parent 7541765df1
commit 84091304a4

View File

@ -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);