diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-16 16:13:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-27 15:32:20 +0300 |
commit | 86c4bb4f124eec79423b90ef138402bf0b809bce (patch) | |
tree | 7731718eb1a333f6a96cd8a9c05926857425f3f3 /drivers/usb/atm | |
parent | 2191c00855b03aa59c20e698be713d952d51fc18 (diff) | |
download | linux-86c4bb4f124eec79423b90ef138402bf0b809bce.tar.xz |
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/usb/atm')
-rw-r--r-- | drivers/usb/atm/ueagle-atm.c | 2 |
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> |