Re: [v1] Documentation: kgdb: Correct parameter error

From: Doug Anderson
Date: Mon Sep 16 2024 - 03:49:33 EST


Hi,

On Sat, Sep 14, 2024 at 12:03 AM Changhuang Liang
<changhuang.liang@xxxxxxxxxxxxxxxx> wrote:
>
> Module kgdb had been converted to debug_core since commit c433820971ff
> ("Move kernel/kgdb.c to kernel/debug/debug_core.c") be added, so let's
> correct the module parameter path.
>
> Signed-off-by: Changhuang Liang <changhuang.liang@xxxxxxxxxxxxxxxx>
> ---
> Documentation/dev-tools/kgdb.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I guess this could have a "Fixes" based on the commit mentioned in the
commit message. Patch looks right to me:

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>