On Wed, Apr 07, 2021 at 04:15:46PM +0800, Weihang Li wrote: > Do some cleanups according to the coding-style of kernel. > > Changes since v1: > - Remove a BUG_ON in #3 and put the changes into a new patch. > - Drop the parts about spaces around xx_for_each_xx() from #4 because some > clang formatter prefer current style. > - Link: https://patchwork.kernel.org/project/linux-rdma/cover/1617697184-48683-1-git-send-email-liweihang@xxxxxxxxxx/ > > Weihang Li (1): > RDMA/core: Remove redundant BUG_ON > > Wenpeng Liang (6): > RDMA/core: Print the function name by __func__ instead of an fixed > string > RDMA/core: Remove the redundant return statements > RDMA/core: Add necessary spaces > RDMA/core: Remove redundant spaces > RDMA/core: Correct format of braces > RDMA/core: Correct format of block comments > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>