RDMA/hfi1: Fix typo in comment
authorXiang wangx <wangxiang@cdjrlc.com>
Mon, 6 Jun 2022 12:34:19 +0000 (20:34 +0800)
committerLeon Romanovsky <leonro@nvidia.com>
Tue, 7 Jun 2022 08:57:26 +0000 (11:57 +0300)
Delete the redundant word 'and'.

Link: https://lore.kernel.org/r/20220606123419.29109-1-wangxiang@cdjrlc.com
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/hfi1/pio_copy.c

index 136f9a9..7690f99 100644 (file)
@@ -172,7 +172,7 @@ static inline void jcopy(u8 *dest, const u8 *src, u32 n)
 }
 
 /*
- * Read nbytes from "from" and and place them in the low bytes
+ * Read nbytes from "from" and place them in the low bytes
  * of pbuf->carry.  Other bytes are left as-is.  Any previous
  * value in pbuf->carry is lost.
  *