mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 17:23:36 +00:00
RDMA/mlx5: Remove unneeded semicolon
A semicolon is not needed after a switch statement. Link: https://lore.kernel.org/r/20201031134638.2135060-1-trix@redhat.com Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
0583531bb9
commit
7f1d2dfa30
@ -3078,7 +3078,7 @@ static int ib_to_mlx5_rate_map(u8 rate)
|
||||
return 5;
|
||||
default:
|
||||
return rate + MLX5_STAT_RATE_OFFSET;
|
||||
};
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user