From: Xiang wangx Date: Mon, 6 Jun 2022 12:34:19 +0000 (+0800) Subject: RDMA/hfi1: Fix typo in comment X-Git-Tag: v6.1-rc5~703^2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=650126a890902a47304e9326a85b603c96f0c980;p=platform%2Fkernel%2Flinux-starfive.git RDMA/hfi1: Fix typo in comment Delete the redundant word 'and'. Link: https://lore.kernel.org/r/20220606123419.29109-1-wangxiang@cdjrlc.com Signed-off-by: Xiang wangx Signed-off-by: Leon Romanovsky --- diff --git a/drivers/infiniband/hw/hfi1/pio_copy.c b/drivers/infiniband/hw/hfi1/pio_copy.c index 136f9a9..7690f99 100644 --- a/drivers/infiniband/hw/hfi1/pio_copy.c +++ b/drivers/infiniband/hw/hfi1/pio_copy.c @@ -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. *