Skip to content

Commit c972c2d

Browse files
KarboniteKreamgregkh
authored andcommitted
staging: unisys: visornic: Fix repeated words in comments
This patch removes some repeated words in code comments. Signed-off-by: Klemen Košir <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8b20129 commit c972c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/unisys/visornic/visornic_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ static int visornic_disable_with_timeout(struct net_device *netdev,
532532
return err;
533533

534534
/* wait for ack to arrive before we try to free rcv buffers
535-
* NOTE: the other end automatically unposts the rcv buffers when
535+
* NOTE: the other end automatically unposts the rcv buffers
536536
* when it gets a disable.
537537
*/
538538
spin_lock_irqsave(&devdata->priv_lock, flags);

0 commit comments

Comments
 (0)