linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] thunderbolt: debugfs: Fix spelling mistakes in seq_puts text
@ 2022-09-06 14:03 Colin Ian King
  2022-09-07  6:14 ` Mika Westerberg
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-09-06 14:03 UTC (permalink / raw)
  To: Andreas Noever, Michael Jamet, Mika Westerberg, Yehezkel Bernat,
	linux-usb
  Cc: kernel-janitors, linux-kernel

There are a handful of spelling mistakes in seq_puts text. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/thunderbolt/debugfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/thunderbolt/debugfs.c b/drivers/thunderbolt/debugfs.c
index a1df3a7f159b..834bcad42e9f 100644
--- 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 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;
 	}
 
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] thunderbolt: debugfs: Fix spelling mistakes in seq_puts text
  2022-09-06 14:03 [PATCH][next] thunderbolt: debugfs: Fix spelling mistakes in seq_puts text Colin Ian King
@ 2022-09-07  6:14 ` Mika Westerberg
  0 siblings, 0 replies; 2+ messages in thread
From: Mika Westerberg @ 2022-09-07  6:14 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, linux-usb,
	kernel-janitors, linux-kernel

On Tue, Sep 06, 2022 at 03:03:14PM +0100, Colin Ian King wrote:
> There are a handful of spelling mistakes in seq_puts text. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Applied to thunderbolt.git/next, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 14:03 [PATCH][next] thunderbolt: debugfs: Fix spelling mistakes in seq_puts text Colin Ian King
2022-09-07  6:14 ` Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).