mbox series

[0/4] Trivial style fixes

Message ID 20250314021225.11813-1-andi.shyti@linux.intel.com (mailing list archive)
Headers show
Series Trivial style fixes | expand

Message

Andi Shyti March 14, 2025, 2:12 a.m. UTC
Hi

Browsing through my endless list of branches I found a few with
random cleanups that I fix while rading the code. They tend to be
forgotten over the time and never sent. This time I decided to
send them. And I have plenty more :-)

Andi

Andi Shyti (4):
  drm/i915/gt: Fix typos in comments
  drm/i915/gt: Fix SPDX license format
  drm/i915/gt: Remove trailing blank lines
  drm/i915/gt: Use proper sleeping functions for timeouts shorter than
    20ms

 drivers/gpu/drm/i915/gt/intel_gtt.c     | 1 -
 drivers/gpu/drm/i915/gt/intel_lrc.c     | 1 -
 drivers/gpu/drm/i915/gt/intel_migrate.c | 2 +-
 drivers/gpu/drm/i915/gt/intel_mocs.c    | 1 -
 drivers/gpu/drm/i915/gt/intel_reset.c   | 2 +-
 drivers/gpu/drm/i915/gt/intel_wopcm.h   | 3 +--
 drivers/gpu/drm/i915/gt/selftest_rc6.c  | 3 ++-
 drivers/gpu/drm/i915/gt/selftest_tlb.c  | 2 +-
 8 files changed, 6 insertions(+), 9 deletions(-)

Comments

Sebastian Brzezinka March 14, 2025, 12:10 p.m. UTC | #1
Hi Andi

On Fri Mar 14, 2025 at 2:12 AM UTC, Andi Shyti wrote:
> Hi
>
> Browsing through my endless list of branches I found a few with
> random cleanups that I fix while rading the code. They tend to be
s/rading/reading

The whole series looks good in my opinion.

Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>