diff options
author | Randy Dunlap <[email protected]> | 2020-07-18 17:29:43 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-23 09:35:36 +0200 |
commit | 34ec0aa62b40e55bcd5f41b89494242c38556f30 (patch) | |
tree | b2382ffa379dca52e572156a92a0708ad934df24 | |
parent | 3c3b7ddef7879abb2c42422e898145826c79e5f0 (diff) |
misc: mic: <linux/mic_bus.h>: drop a duplicated word
Drop the repeated word "the" in a comment.
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Sudeep Dutt <[email protected]>
Cc: Ashutosh Dixit <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | include/linux/mic_bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mic_bus.h b/include/linux/mic_bus.h index 491156a2359f..e99c789424e0 100644 --- a/include/linux/mic_bus.h +++ b/include/linux/mic_bus.h @@ -6,7 +6,7 @@ * * Intel MIC Bus driver. * - * This implementation is very similar to the the virtio bus driver + * This implementation is very similar to the virtio bus driver * implementation @ include/linux/virtio.h. */ #ifndef _MIC_BUS_H_ |