aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/stm.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-06-21 18:12:43 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-06-24 15:49:32 +0200
commitd0b371e5fba0ef2b4e3f6a3f1b5fe7f8bd97897e (patch)
treef5776d6e7c93831e458d899f66c9967d0275a4b8 /include/linux/stm.h
parentnitro_enclaves: Set Bus Master for the NE PCI device (diff)
downloadwireguard-linux-d0b371e5fba0ef2b4e3f6a3f1b5fe7f8bd97897e.tar.xz
wireguard-linux-d0b371e5fba0ef2b4e3f6a3f1b5fe7f8bd97897e.zip
stm class: Spelling fix
Drop the repeated word "the" in a comment. Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> [alexander.shishkin: fixed the commit message] Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Link: https://lore.kernel.org/r/20210621151246.31891-2-alexander.shishkin@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/stm.h')
-rw-r--r--include/linux/stm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/stm.h b/include/linux/stm.h
index c6f577ab6f21..3b22689512be 100644
--- a/include/linux/stm.h
+++ b/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.