Re: [PATCH] RDMA/core: Correct typos in comments

From: Jason Gunthorpe
Date: Fri Jun 24 2022 - 15:58:11 EST


On Thu, Jun 23, 2022 at 01:08:53AM +0800, Jiang Jian wrote:
> there is an unexpected word 'is' in the comments that need to be dropped
>
> file - drivers/infiniband/core/rdma_core.c
> line - 71
>
> /* work and stuff was only created when the device is is hot-state */
>
> changed t0:
>
> /* work and stuff was only created when the device is hot-state */
>
> Signed-off-by: Jiang Jian <jiangjian@xxxxxxxxxx>
> ---
> drivers/infiniband/core/rdma_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I squashed this patch and the next one about 'for' into one patch and
applied to for-next

Thanks,
Jason