[Intel-xe] ✓ CI.checkpatch: success for drm/xe/uapi: Demote PMU kernel-doc to simple comment

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 18 17:27:25 UTC 2023


== Series Details ==

Series: drm/xe/uapi: Demote PMU kernel-doc to simple comment
URL   : https://patchwork.freedesktop.org/series/123870/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6feaefcf5210a02097948206266a5e30f632eec3
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date:   Mon Sep 18 14:24:46 2023 -0300

    drm/xe/uapi: Demote PMU kernel-doc to simple comment
    
    The current documentation in include/uapi/drm/xe_drm.h is giving the
    following error:
    
      $ ./scripts/kernel-doc -Werror -none include/uapi/drm/xe_drm.h
      include/uapi/drm/xe_drm.h:1057: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
       * XE PMU event config IDs
      1 warnings as Errors
    
    Turn the offending kernel-doc into a simple comment for now to unblock
    CI runs. We can turn it back to a kernel-doc later once a proper fix is
    in place.
    
    Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 717f01815b20bde3f081a18f42f31673ce1f107f drm-intel
6feaefcf5 drm/xe/uapi: Demote PMU kernel-doc to simple comment




More information about the Intel-xe mailing list