Blob Blame History Raw
From 84091304a48c6d86a910b5a7d187592097da150f Mon Sep 17 00:00:00 2001
From: Vinod Koul <vkoul@kernel.org>
Date: Wed, 20 May 2020 17:27:45 +0530
Subject: [PATCH] soundwire: fix spelling mistake
Git-commit: 84091304a48c6d86a910b5a7d187592097da150f
Patch-mainline: v5.8-rc1
References: jsc#SLE-16518

Fix typo for paranoia spelled as paranioa

Fixes: bcac59029955 ("soundwire: add Slave sysfs support")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/soundwire/sysfs_slave_dpn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soundwire/sysfs_slave_dpn.c b/drivers/soundwire/sysfs_slave_dpn.c
index c175a7d08815..05a721ea9830 100644
--- a/drivers/soundwire/sysfs_slave_dpn.c
+++ b/drivers/soundwire/sysfs_slave_dpn.c
@@ -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);
-- 
2.16.4