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

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 6 09:46:39 UTC 2023


== Series Details ==

Series: Add memory sysfs directory and attributes (rev2)
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 20aacf3b455f7eb5f8d7e7611e501cf72699d030
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date:   Wed Dec 6 10:17:35 2023 +0530

    drm/xe: Add vram frequency sysfs attributes
    
    Add vram frequency sysfs attributes under the below hierarchy;
    
    /device/tile<n>/memory/freq
                            |-rp0_freq
                            |-rpn_freq
    
    v2: Drop "vram" from attribute names (Rodrigo)
    
    Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
+ /mt/dim checkpatch 9d76164e08c68a3d5d081ff7b07c15a2cadf741a drm-intel
2662196a5 drm/xe: Add a new memory directory under tile
20aacf3b4 drm/xe: Add vram frequency sysfs attributes
-:59: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#59: FILE: drivers/gpu/drm/xe/xe_tile_sysfs.c:44:
+static ssize_t rp0_freq_show(struct device *kdev, struct device_attribute *attr,
+				  char *buf)

-:83: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#83: FILE: drivers/gpu/drm/xe/xe_tile_sysfs.c:68:
+static ssize_t rpn_freq_show(struct device *kdev, struct device_attribute *attr,
+				  char *buf)

total: 0 errors, 0 warnings, 2 checks, 107 lines checked




More information about the Intel-xe mailing list