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

From: Randy Dunlap
Date: Sat Jul 18 2020 - 20:32:03 EST


Drop the repeated word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
---
include/linux/stm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200717.orig/include/linux/stm.h
+++ linux-next-20200717/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.