projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a529583
)
thunderbolt: debugfs: Fix spelling mistakes in seq_puts text
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 6 Sep 2022 14:03:14 +0000
(15:03 +0100)
committer
Mika Westerberg
<mika.westerberg@linux.intel.com>
Wed, 7 Sep 2022 06:09:24 +0000
(09:09 +0300)
There are a handful of spelling mistakes in seq_puts text. Fix them.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/thunderbolt/debugfs.c
b/drivers/thunderbolt/debugfs.c
index a1df3a7f159b5f9492887af99b38377ec5b734ff..834bcad42e9fe8cfa5a1e065bed7b512f817bb0d 100644
(file)
--- a/
drivers/thunderbolt/debugfs.c
+++ b/
drivers/thunderbolt/debugfs.c
@@
-351,7
+351,7
@@
static int margining_caps_show(struct seq_file *s, void *not_used)
seq_puts(s, "# hardware margining: no\n");
}
- seq_printf(s, "# both lanes simultaneusly: %s\n",
+ seq_printf(s, "# both lanes simultane
o
usly: %s\n",
both_lanes(usb4) ? "yes" : "no");
seq_printf(s, "# voltage margin steps: %u\n",
usb4->margining->voltage_steps);
@@
-366,7
+366,7
@@
static int margining_caps_show(struct seq_file *s, void *not_used)
seq_puts(s, "# returns high or low voltage margin\n");
break;
case USB4_MARGIN_CAP_0_VOLTAGE_BOTH:
- seq_puts(s, "# returns both high
t and low marging
s\n");
+ seq_puts(s, "# returns both high
and low margin
s\n");
break;
}