[Intel-xe] ✗ CI.checkpatch: warning for Add memory sysfs directory and attributes

Patchwork patchwork at emeril.freedesktop.org
Fri Nov 24 13:26:18 UTC 2023


== Series Details ==

Series: Add memory sysfs directory and attributes
URL   : https://patchwork.freedesktop.org/series/126871/
State : warning

== 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 b8e5ae490130afc940eb757bd60242301eec8571
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date:   Fri Nov 24 17:57:55 2023 +0530

    drm/xe: Add vram frequency sysfs attributes
    
    Add vram frequency sysfs attributes under the below hierarchy;
    
    /device/tile<n>/memory/freq
                            |-vram_rp0_freq
                            |-vram_rpn_freq
    
    Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
+ /mt/dim checkpatch 1832821c7e4c5bd24353183f060f1435b2eb7992 drm-intel
b16e3cfad drm/xe: Add a new memory direcory under tile
b8e5ae490 drm/xe: Add vram frequency sysfs attributes
-:131: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#131: FILE: drivers/gpu/drm/xe/xe_tile_sysfs.c:146:
+	if (xe->info.platform == XE_PVC) {
+	err = sysfs_create_group(kobj, &freq_group_attrs);

total: 0 errors, 1 warnings, 0 checks, 116 lines checked




More information about the Intel-xe mailing list