This patch removes some repeated words in code comments.

Signed-off-by: Klemen Košir <klemen.ko...@kream.io>
---
 drivers/staging/unisys/visornic/visornic_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/unisys/visornic/visornic_main.c 
b/drivers/staging/unisys/visornic/visornic_main.c
index 0433536930a9..13e72fbe7bb1 100644
--- a/drivers/staging/unisys/visornic/visornic_main.c
+++ b/drivers/staging/unisys/visornic/visornic_main.c
@@ -534,7 +534,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);
@@ -1750,7 +1750,7 @@ static int visornic_poll(struct napi_struct *napi, int 
budget)
 }

 /* poll_for_irq        - checks the status of the response queue
- * @t: pointer to the 'struct timer_list' from which we can retrieve the
+ * @t: pointer to the 'struct timer_list' from which we can retrieve
  *     the visornic devdata struct.
  *
  * Main function of the vnic_incoming thread. Periodically check the response
--
2.29.2

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to