staging: unisys: visornic: Fix repeated words in comments
authorKlemen Košir <klemen.kosir@kream.io>
Wed, 3 Mar 2021 09:01:34 +0000 (18:01 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:33 +0000 (09:25 +0100)
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>
drivers/staging/unisys/visornic/visornic_main.c

index 09d8615..a3bc568 100644 (file)
@@ -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);