2021-05-08 06:44:51

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH v2] STM: <linux/stm.h>: drop a duplicated word

Drop the repeated word "the" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
v2: rebase, add more Cc:s

include/linux/stm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210507.orig/include/linux/stm.h
+++ linux-next-20210507/include/linux/stm.h
@@ -57,7 +57,7 @@ struct stm_device;
*
* Normally, an STM device will have a range of masters available to software
* and the rest being statically assigned to various hardware trace sources.
- * The former is defined by the the range [@sw_start..@sw_end] of the device
+ * The former is defined by the range [@sw_start..@sw_end] of the device
* description. That is, the lowest master that can be allocated to software
* writers is @sw_start and data from this writer will appear is @sw_start
* master in the STP stream.


2021-05-10 15:10:31

by Alexander Shishkin

[permalink] [raw]
Subject: Re: [PATCH v2] STM: <linux/stm.h>: drop a duplicated word

Randy Dunlap <[email protected]> writes:

> Drop the repeated word "the" in a comment.

Picked up, thanks!

Regards,
--
Alex