Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soundwire: fix spelling mistake

Fix typo for paranoia spelled as paranioa

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

+1 -1
+1 -1
drivers/soundwire/sysfs_slave_dpn.c
··· 252 252 if (ret < 0) 253 253 return ret; 254 254 255 - /* paranioa check for editing mistakes */ 255 + /* paranoia check for editing mistakes */ 256 256 if (i != SDW_DPN_ATTRIBUTES) { 257 257 dev_err(dev, "mismatch in attributes, allocated %d got %d\n", 258 258 SDW_DPN_ATTRIBUTES, i);