mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
thunderbolt: debugfs: Fix spelling mistakes in seq_puts text
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>
This commit is contained in:
parent
a52958321b
commit
706d738364
1 changed files with 2 additions and 2 deletions
|
@ -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 simultaneously: %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 hight and low margings\n");
|
||||
seq_puts(s, "# returns both high and low margins\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue