aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorKlemen Košir <klemen.kosir@kream.io>2021-03-03 18:01:34 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-10 09:25:33 +0100
commitc972c2d821ca3eda001a20dbe2ca0b4718838caf (patch)
tree6c6708083ecb81f292e17cc94d4e33f134c6e3cf /drivers/staging/unisys
parentstaging: unisys: visornic: enhance visornic to use channel_interrupt (diff)
downloadlinux-dev-c972c2d821ca3eda001a20dbe2ca0b4718838caf.tar.xz
linux-dev-c972c2d821ca3eda001a20dbe2ca0b4718838caf.zip
staging: unisys: visornic: Fix repeated words in comments
This patch removes some repeated words in code comments. Signed-off-by: Klemen Košir <klemen.kosir@kream.io> Link: https://lore.kernel.org/r/20210303090134.16007-1-klemen.kosir@kream.io Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visornic/visornic_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c
index 09d8615640a5..a3bc568c660d 100644
--- a/drivers/staging/unisys/visornic/visornic_main.c
+++ b/drivers/staging/unisys/visornic/visornic_main.c
@@ -532,7 +532,7 @@ static int visornic_disable_with_timeout(struct net_device *netdev,
return err;
/* wait for ack to arrive before we try to free rcv buffers
- * NOTE: the other end automatically unposts the rcv buffers when
+ * NOTE: the other end automatically unposts the rcv buffers
* when it gets a disable.
*/
spin_lock_irqsave(&devdata->priv_lock, flags);