Commit 84091304 authored by Vinod Koul's avatar Vinod Koul
Browse files

soundwire: fix spelling mistake



Fix typo for paranoia spelled as paranioa

Fixes: bcac5902 ("soundwire: add Slave sysfs support")
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 7541765d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);