Re: [PATCH rdma-next RESEND] docs: Fix infiniband uverbs minor number
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-07-30 14:09:46
Also in:
linux-doc, lkml
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-07-30 14:09:46
Also in:
linux-doc, lkml
On Wed, Jul 28, 2021 at 04:04:12PM +0300, Leon Romanovsky wrote:
From: Leon Romanovsky <leonro@nvidia.com>
Starting from the beginning of infiniband subsystem, the uverbs
char devices start from 192 as a minor number, see commit
bc38a6abdd5a ("[PATCH] IB uverbs: core implementation").
This patch updates the admin guide documentation to reflect it.
Fixes: 9d85025b0418 ("docs-rst: create an user's manual book")
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
RESEND: https://lore.kernel.org/lkml/YPrJorr7r9Kd2IzA@unreal (local)
---
Documentation/admin-guide/devices.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)Applied to for-next, thanks Jason