projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7541765
)
soundwire: fix spelling mistake
author
Vinod Koul
<vkoul@kernel.org>
Wed, 20 May 2020 11:57:45 +0000
(17:27 +0530)
committer
Vinod 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
patch
|
blob
|
history
diff --git
a/drivers/soundwire/sysfs_slave_dpn.c
b/drivers/soundwire/sysfs_slave_dpn.c
index c175a7d0881509182ad06fda1fcd767be168a980..05a721ea9830a1ce56c43935a8cbd0917e2cd870 100644
(file)
--- 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;
- /* paran
io
a check for editing mistakes */
+ /* paran
oi
a check for editing mistakes */
if (i != SDW_DPN_ATTRIBUTES) {
dev_err(dev, "mismatch in attributes, allocated %d got %d\n",
SDW_DPN_ATTRIBUTES, i);