From: Klemen Košir Date: Wed, 3 Mar 2021 09:01:34 +0000 (+0900) Subject: staging: unisys: visornic: Fix repeated words in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c972c2d821ca3eda001a20dbe2ca0b4718838caf;p=linux.git staging: unisys: visornic: Fix repeated words in comments This patch removes some repeated words in code comments. Signed-off-by: Klemen Košir Link: https://lore.kernel.org/r/20210303090134.16007-1-klemen.kosir@kream.io Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c index 09d8615640a5b..a3bc568c660d4 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);