Re: [PATCH v1] docs: kernel-parameters: Fix stale sticore file paths
From: Jonathan Corbet
Date: Mon Jun 01 2026 - 15:14:49 EST
Costa Shulyupin <costa.shul@xxxxxxxxxx> writes:
> Update file paths for sticore references that
> became stale when drivers were reorganized:
> - drivers/video/console/sticore.c -> drivers/video/
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 459ed0d72aeb..f94ec9f3a75c 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -7381,10 +7381,10 @@ Kernel parameters
> Set the STI (builtin display/keyboard on the HP-PARISC
> machines) console (graphic card) which should be used
> as the initial boot-console.
> - See also comment in drivers/video/console/sticore.c.
> + See also comment in drivers/video/sticore.c.
>
Applied, thanks.
jon