On Mon, Nov 27, 2023 at 10:00:14AM -0700, Dave Jiang wrote:
>
>
> On 11/26/23 21:00, Yi Zhang wrote:
> > Fixes: dd6cad2dcb58 ("testing: nvdimm: make struct class structures
> > constant")
> > Signed-off-by: Yi Zhang <[email protected]>
>
> Reviewed-by: Dave Jiang <[email protected]>
> > ---
> > tools/testing/nvdimm/test/ndtest.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/testing/nvdimm/test/ndtest.c
> > b/tools/testing/nvdimm/test/ndtest.c
> > index fd26189d53be..b8419f460368 100644
> > --- a/tools/testing/nvdimm/test/ndtest.c
> > +++ b/tools/testing/nvdimm/test/ndtest.c
> > @@ -924,7 +924,7 @@ static __init int ndtest_init(void)
> >
> > nfit_test_setup(ndtest_resource_lookup, NULL);
> >
> > - rc = class_regster(&ndtest_dimm_class);
> > + rc = class_register(&ndtest_dimm_class);
> > if (rc)
> > goto err_register;
> >
Ick, sorry about that, obviously this test isn't actually built by any
bots :(
I'll go queue this up now,
greg k-h