Commit c972c2d8 authored by Klemen Košir's avatar Klemen Košir Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visornic: Fix repeated words in comments



This patch removes some repeated words in code comments.

Signed-off-by: default avatarKlemen Košir <klemen.kosir@kream.io>
Link: https://lore.kernel.org/r/20210303090134.16007-1-klemen.kosir@kream.io


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8b20129b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);