Re: [PATCH 2/6] drivers: base: devres: Fix find_group() documentation

2025-02-20 Thread Greg Kroah-Hartman
On Wed, Feb 12, 2025 at 12:05:38PM -0800, Lucas De Marchi wrote: > It returns the last open group, not the last group. > > Signed-off-by: Lucas De Marchi > --- > drivers/base/devres.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/drivers/base/devres.c b/drivers/ba

[PATCH 2/6] drivers: base: devres: Fix find_group() documentation

2025-02-12 Thread Lucas De Marchi
It returns the last open group, not the last group. Signed-off-by: Lucas De Marchi --- drivers/base/devres.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/base/devres.c b/drivers/base/devres.c index b955a2f9520bf..d8a733ea5e1ac 100644 --- a/drivers/base/devres.c