Re: [PATCH] ndtest: fix typo class_regster -> class_register

2023-11-27 Thread Ira Weiny
Greg KH wrote: > On Mon, Nov 27, 2023 at 10:00:14AM -0700, Dave Jiang wrote: > > > > [snip] > Ick, sorry about that, obviously this test isn't actually built by any > bots :( Indeed. I'm looking through the tests I ran now. > > I'll go queue this up now, Thanks, Ira

Re: [PATCH] ndtest: fix typo class_regster -> class_register

2023-11-27 Thread Greg KH
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 > > Reviewed-by: Dave Jiang > > --- > > tools/testing/nvdimm/test/ndtest.c

Re: [PATCH] ndtest: fix typo class_regster -> class_register

2023-11-27 Thread Dave Jiang
On 11/26/23 21:00, Yi Zhang wrote: > Fixes: dd6cad2dcb58 ("testing: nvdimm: make struct class structures constant") > Signed-off-by: Yi Zhang Reviewed-by: Dave Jiang > --- > tools/testing/nvdimm/test/ndtest.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] ndtest: fix typo class_regster -> class_register

2023-11-27 Thread Greg KH
On Mon, Nov 27, 2023 at 12:00:26PM +0800, Yi Zhang wrote: > Fixes: dd6cad2dcb58 ("testing: nvdimm: make struct class structures constant") > Signed-off-by: Yi Zhang > --- > tools/testing/nvdimm/test/ndtest.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Hi, This is the friendly

[PATCH] ndtest: fix typo class_regster -> class_register

2023-11-26 Thread Yi Zhang
Fixes: dd6cad2dcb58 ("testing: nvdimm: make struct class structures constant") Signed-off-by: Yi Zhang --- 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