drm/xe/xe_gt_idle: Drop redundant newline in name
authorAshutosh Dixit <ashutosh.dixit@intel.com>
Tue, 6 Feb 2024 19:27:31 +0000 (11:27 -0800)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Wed, 21 Feb 2024 09:38:59 +0000 (10:38 +0100)
commite2941a482a5de088b6dd75a985a76ff486383b7e
tree0e1093795213d39284f49249268e084d92d9b918
parent5b672ec3f5e15062b76d280f8a4df15e763f6abe
drm/xe/xe_gt_idle: Drop redundant newline in name

Newline in name is redunant and produces an unnecessary empty line during
'cat name'. Newline is added during sysfs_emit. See '27a1a1e2e47d ("drm/xe:
stringify the argument to avoid potential vulnerability")'.

v2: Add Fixes tag (Riana)

Fixes: 7b076d14f21a ("drm/xe/mtl: Add support to get C6 residency/status of MTL")
Reviewed-by: Riana Tauro <riana.tauro@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
(cherry picked from commit e5626eb80026c4b63f8682cdeca1456303c65791)
Link: https://patchwork.freedesktop.org/patch/msgid/20240206192731.3533608-1-ashutosh.dixit@intel.com
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_gt_idle.c