✗ CI.checkpatch: warning for drm/xe/xe_gt_idle: Drop redundant newline in name

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 2 22:39:09 UTC 2024


== Series Details ==

Series: drm/xe/xe_gt_idle: Drop redundant newline in name
URL   : https://patchwork.freedesktop.org/series/129495/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f7d0f44be36321a817aab239034b9bec3b1ce0fb
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Fri Feb 2 14:35:25 2024 -0800

    drm/xe/xe_gt_idle: Drop redundant newline in name
    
    Newline in name is redunant and produces an unnecessary empty line during
    'cat name'.
    
    Fixes: 27a1a1e2e47d ("drm/xe: stringify the argument to avoid potential vulnerability")
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 40994da55437acf620a48af39b0d8545e1595c42 drm-intel
f7d0f44be drm/xe/xe_gt_idle: Drop redundant newline in name
-:9: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '27a1a1e2e47d', maybe rebased or not pulled?
#9: 
Fixes: 27a1a1e2e47d ("drm/xe: stringify the argument to avoid potential vulnerability")

-:21: WARNING:SYSFS_EMIT: return sysfs_emit(...) formats should include a terminating newline
#21: FILE: drivers/gpu/drm/xe/xe_gt_idle.c:90:
+	return sysfs_emit(buff, "%s", gtidle->name);

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




More information about the Intel-xe mailing list