soundwire: fix spelling mistake
authorVinod Koul <vkoul@kernel.org>
Wed, 20 May 2020 11:57:45 +0000 (17:27 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 20 May 2020 11:59:37 +0000 (17:29 +0530)
Fix typo for paranoia spelled as paranioa

Fixes: bcac59029955 ("soundwire: add Slave sysfs support")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/sysfs_slave_dpn.c

index c175a7d..05a721e 100644 (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);