Skip to content

Commit

Permalink
RDMA/hfi1: Fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiang wangx authored and Leon Romanovsky committed Jun 7, 2022
1 parent f2906aa commit 650126a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/hfi1/pio_copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 650126a

Please sign in to comment.