Re: [PATCH 1/3] docs: kernel-doc: fix stale intel_audio.c path in examples
From: Randy Dunlap
Date: Sun Mar 15 2026 - 12:49:26 EST
On 3/15/26 8:41 AM, Kit Dallege wrote:
> intel_audio.c was moved from drivers/gpu/drm/i915/ to
> drivers/gpu/drm/i915/display/. Update the example paths in the
> kernel-doc guide and its Chinese and Italian translations.
>
> Assisted-by: Claude <noreply@xxxxxxxxxxxxx>
All 3 patches in this series use an incorrect Assisted-by: format.
Documentation/process/coding-assistants.rst says:
Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]
Where:
* ``AGENT_NAME`` is the name of the AI tool or framework
* ``MODEL_VERSION`` is the specific model version used
* ``[TOOL1] [TOOL2]`` are optional specialized analysis tools used
(e.g., coccinelle, sparse, smatch, clang-tidy)
> Signed-off-by: Kit Dallege <xaum.io@xxxxxxxxx>
> ---
> Documentation/doc-guide/kernel-doc.rst | 4 ++--
> Documentation/translations/it_IT/doc-guide/kernel-doc.rst | 4 ++--
> Documentation/translations/zh_CN/doc-guide/kernel-doc.rst | 4 ++--
> 3 files changed, 6 insertions(+), 6 deletions(-)
--
~Randy