mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/i915: Replace double blank with single blank after comma
Do not use double blanks, ", " in function parameters where it's not required by any alignment purpose. Replase it with a single blank, ", ". Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240807130516.491053-3-andi.shyti@linux.intel.com
This commit is contained in:
@@ -493,7 +493,7 @@ static void crtc_updates_info(struct seq_file *m,
|
||||
seq_printf(m, "%sMax update: %lluns\n",
|
||||
hdr, crtc->debug.vbl.max);
|
||||
seq_printf(m, "%sAverage update: %lluns\n",
|
||||
hdr, div64_u64(crtc->debug.vbl.sum, count));
|
||||
hdr, div64_u64(crtc->debug.vbl.sum, count));
|
||||
seq_printf(m, "%sOverruns > %uus: %u\n",
|
||||
hdr, VBLANK_EVASION_TIME_US, crtc->debug.vbl.over);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user