✓ CI.checkpatch: success for drm/xe: Document nested struct members according to guidelines
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 23 12:34:11 UTC 2024
== Series Details ==
Series: drm/xe: Document nested struct members according to guidelines
URL : https://patchwork.freedesktop.org/series/129086/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cdeb78d40187ee67c5b3dafd10c53e7243869452
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Tue Jan 23 13:08:40 2024 +0100
drm/xe: Document nested struct members according to guidelines
Document nested struct members with full names as described in
Documentation/doc-guide/kernel-doc.rst.
For this documentation we allow a column with of to make
it more readable.
This fixes warnings similar to:
drivers/gpu/drm/xe/xe_lrc_types.h:45: warning: Excess struct member 'size' description in 'xe_lrc'
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 741c439503ee0986a7b7c5b590cbd9813b8841f6 drm-intel
cdeb78d40 drm/xe: Document nested struct members according to guidelines
More information about the Intel-xe
mailing list