diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-06 20:34:19 +0800 |
---|---|---|
committer | Leon Romanovsky <leonro@nvidia.com> | 2022-06-07 11:57:26 +0300 |
commit | 650126a890902a47304e9326a85b603c96f0c980 (patch) | |
tree | 7221dd061edf776c1dba0e92623bce7573f7fa0c /drivers/infiniband/hw | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) |
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 <wangxiang@cdjrlc.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'drivers/infiniband/hw')
-rw-r--r-- | drivers/infiniband/hw/hfi1/pio_copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/pio_copy.c b/drivers/infiniband/hw/hfi1/pio_copy.c index 136f9a99e1e0..7690f996d5e3 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. * |