]> www.infradead.org Git - users/hch/misc.git/commit
drm/xe: Replace double space with single space after comma
authorNitin Gote <nitin.r.gote@intel.com>
Fri, 23 Aug 2024 08:06:43 +0000 (13:36 +0530)
committerNirmoy Das <nirmoy.das@intel.com>
Thu, 5 Sep 2024 16:20:00 +0000 (18:20 +0200)
commitcd89de14bbacce1fc060fdfab75bacf95b1c5d40
treeaa66255ff2582342b0d062611ed64ec076db7df9
parent13a48a0fa52352f9fe58e2e1927670dcfea64c3a
drm/xe: Replace double space with single space after comma

Avoid using double space, ",  " in function or macro parameters
where it's not required by any alignment purpose. Replace it with
a single space, ", ".

Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240823080643.2461992-1-nitin.r.gote@intel.com
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
drivers/gpu/drm/xe/regs/xe_reg_defs.h
drivers/gpu/drm/xe/xe_guc.c
drivers/gpu/drm/xe/xe_guc_ct.c
drivers/gpu/drm/xe/xe_irq.c
drivers/gpu/drm/xe/xe_trace_bo.h