mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue