On 7/4/22 01:00, lizhijian@xxxxxxxxxxx wrote: > Fix a spelling mistake > > Signed-off-by: Li Zhijian <lizhijian@xxxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_task.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/infiniband/sw/rxe/rxe_task.c b/drivers/infiniband/sw/rxe/rxe_task.c > index 0c4db5bb17d7..c9b80410cd5b 100644 > --- a/drivers/infiniband/sw/rxe/rxe_task.c > +++ b/drivers/infiniband/sw/rxe/rxe_task.c > @@ -67,7 +67,7 @@ void rxe_do_task(struct tasklet_struct *t) > cont = 1; > break; > > - /* soneone tried to run the task since the last time we called > + /* someone tried to run the task since the last time we called > * func, so we will call one more time regardless of the > * return value > */ I think I snuck this in recently in something else but it is correct. Reviewed-by: Bob Pearson <rpearsonhpe@xxxxxxxxx>