Re: [PATCH] RDMA/mlx5: remove unneeded semicolon

From: Jason Gunthorpe
Date: Mon Nov 02 2020 - 07:58:44 EST


On Sat, Oct 31, 2020 at 06:46:38AM -0700, trix@xxxxxxxxxx wrote:
> From: Tom Rix <trix@xxxxxxxxxx>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/mlx5/qp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

If you are going to send these can you do the whole subsystem at once?
I don't want ane endless trickle of one line patches

Jason