]> git.dujemihanovic.xyz Git - linux.git/commit
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)
committerAshutosh Dixit <ashutosh.dixit@intel.com>
Tue, 20 Feb 2024 22:06:47 +0000 (14:06 -0800)
commite5626eb80026c4b63f8682cdeca1456303c65791
treeec7e77d2b6ee1804bd63cfd47d5ccd9051e868b5
parent69a5f1774adda6c8c0c6e751f1f66aa353d36463
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>
drivers/gpu/drm/xe/xe_gt_idle.c