diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 17:29:43 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-23 09:35:36 +0200 |
commit | 34ec0aa62b40e55bcd5f41b89494242c38556f30 (patch) | |
tree | b2382ffa379dca52e572156a92a0708ad934df24 /include | |
parent | 3c3b7ddef7879abb2c42422e898145826c79e5f0 (diff) | |
download | linux-stable-34ec0aa62b40e55bcd5f41b89494242c38556f30.tar.gz linux-stable-34ec0aa62b40e55bcd5f41b89494242c38556f30.tar.bz2 linux-stable-34ec0aa62b40e55bcd5f41b89494242c38556f30.zip |
misc: mic: <linux/mic_bus.h>: drop a duplicated word
Drop the repeated word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Sudeep Dutt <sudeep.dutt@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20200719002943.20624-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-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_ |