Re: [PATCH 1/2] net: RDMA: explicitly enumerate ib_device attribute groups

From: Leon Romanovsky
Date: Wed Feb 26 2025 - 09:52:30 EST


On Wed, Feb 26, 2025 at 03:35:25AM +0000, Roman Gushchin wrote:
> Explicitly enumerate ib_device's attribute groups.
>
> Signed-off-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>
> Cc: Jason Gunthorpe <jgg@xxxxxxxx>
> Cc: Leon Romanovsky <leon@xxxxxxxxxx>
> Cc: Maher Sanalla <msanalla@xxxxxxxxxx>
> Cc: Parav Pandit <parav@xxxxxxxxxxxx>
> Cc: linux-rdma@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> ---
> drivers/infiniband/core/device.c | 4 ++--
> include/rdma/ib_verbs.h | 14 ++++++++------
> 2 files changed, 10 insertions(+), 8 deletions(-)

Very minor comment as you will need to address Parav's comments anyway.
The title should be "RDMA/core: Explicitly ..." and not as it is written.

Thanks