From: Randy Dunlap Date: Sun, 19 Jul 2020 00:29:43 +0000 (-0700) Subject: misc: mic: : drop a duplicated word X-Git-Tag: baikal/aarch64/sdk6.1~8697^2~64 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=f15d67121f37118ed4612f59e5b46750efe9ad70;p=kernel.git misc: mic: : drop a duplicated word Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap Cc: Sudeep Dutt Cc: Ashutosh Dixit Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Link: https://lore.kernel.org/r/20200719002943.20624-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/mic_bus.h b/include/linux/mic_bus.h index 491156a2359f4..e99c789424e01 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_