aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-07-16 21:13:12 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-27 14:32:20 +0200
commit86c4bb4f124eec79423b90ef138402bf0b809bce (patch)
tree7731718eb1a333f6a96cd8a9c05926857425f3f3 /drivers
parentUSB: gadget: Fix use-after-free Read in usb_udc_uevent() (diff)
downloadlinux-dev-86c4bb4f124eec79423b90ef138402bf0b809bce.tar.xz
linux-dev-86c4bb4f124eec79423b90ef138402bf0b809bce.zip
usb/atm: fix repeated words in comments
Delete the redundant word 'was'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220716131312.31767-1-yuanjilin@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/atm/ueagle-atm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c
index 786299892c7f..5812f7ea7f90 100644
--- a/drivers/usb/atm/ueagle-atm.c
+++ b/drivers/usb/atm/ueagle-atm.c
@@ -9,7 +9,7 @@
* HISTORY : some part of the code was base on ueagle 1.3 BSD driver,
* Damien Bergamini agree to put his code under a DUAL GPL/BSD license.
*
- * The rest of the code was was rewritten from scratch.
+ * The rest of the code was rewritten from scratch.
*/
#include <linux/module.h>