public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Trivial double space style fix
@ 2024-08-07 13:05 Andi Shyti
  2024-08-07 13:05 ` [PATCH 1/2] drm/i915: Replace double blank with single blank after comma in gem/ and gt/ Andi Shyti
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Andi Shyti @ 2024-08-07 13:05 UTC (permalink / raw)
  To: intel-gfx, dri-devel
  Cc: Jani Nikula, Tvrtko Ursulin, Rodrigo Vivi, Krzysztof Niemiec,
	Andi Shyti

Hi,

I was bothered a few times to see the double space in the
parameters list so that I decided to replace once and for all all
the double spaces that are not added on purpose to maintain some
visual alignment in the code.

Checkpatch doesn't have any rules for that because, indeed, this
is used also to put in columns parameters in repetitive function
calls or declarations. Nevertheless, it doesn't mean it's
stylistically correct.

Thanks,
Andi

Andi Shyti (2):
  drm/i915: Replace double blank with single blank after comma in gem/ and gt/
  drm/i915: Replace double blank with single blank after comma

 drivers/gpu/drm/i915/display/i9xx_wm.c               | 2 +-
 drivers/gpu/drm/i915/display/intel_ddi.c             | 2 +-
 drivers/gpu/drm/i915/display/intel_display.c         | 2 +-
 drivers/gpu/drm/i915/display/intel_display_debugfs.c | 2 +-
 drivers/gpu/drm/i915/display/intel_dp_hdcp.c         | 2 +-
 drivers/gpu/drm/i915/gem/i915_gem_object_types.h     | 2 +-
 drivers/gpu/drm/i915/gt/selftest_migrate.c           | 2 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc.c                | 2 +-
 drivers/gpu/drm/i915/gvt/trace.h                     | 2 +-
 drivers/gpu/drm/i915/i915_driver.c                   | 6 +++---
 drivers/gpu/drm/i915/i915_sysfs.c                    | 4 ++--
 drivers/gpu/drm/i915/selftests/intel_memory_region.c | 2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-08  6:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 13:05 [PATCH 0/2] Trivial double space style fix Andi Shyti
2024-08-07 13:05 ` [PATCH 1/2] drm/i915: Replace double blank with single blank after comma in gem/ and gt/ Andi Shyti
2024-08-07 13:05 ` [PATCH 2/2] drm/i915: Replace double blank with single blank after comma Andi Shyti
2024-08-07 13:08 ` [PATCH 0/2] Trivial double space style fix Jani Nikula
2024-08-07 13:35 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2024-08-07 13:35 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-08-07 13:48 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-08-07 14:36 ` ✗ Fi.CI.CHECKPATCH: warning for Trivial double space style fix (rev2) Patchwork
2024-08-07 14:36 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-08-07 14:37 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-08-07 16:05 ` ✗ Fi.CI.CHECKPATCH: warning for Trivial double space style fix (rev3) Patchwork
2024-08-07 16:05 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-08-07 16:10 ` ✓ Fi.CI.BAT: success " Patchwork
2024-08-08  6:19 ` ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox