Re: [PATCH v2 13/29] ABI: sysfs-class-infiniband: use wildcards on What definitions
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2021-09-14 17:13:22
Also in:
lkml
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2021-09-14 17:13:22
Also in:
lkml
On Tue, Sep 14, 2021 at 04:32:28PM +0200, Mauro Carvalho Chehab wrote:
An "N" upper letter is not a wildcard, nor can easily be identified by script, specially since the USB sysfs define things like. bNumInterfaces. Use, instead, <N>, in order to let script/get_abi.pl to convert it into a Regex. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- .../ABI/stable/sysfs-class-infiniband | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-)
Acked-by: Jason Gunthorpe <jgg@nvidia.com> Jason