Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tejas Upadhyay <tejas.upadhyay@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Tejas Upadhyay <tejas.upadhyay@intel.com>
Subject: [PATCH]  drm/xe/client: Limit 80 char per line
Date: Mon, 17 Feb 2025 19:04:40 +0530	[thread overview]
Message-ID: <20250217133440.188256-1-tejas.upadhyay@intel.com> (raw)

codeline exceeding 80 char per line, correct that
to make checkpatch happy.

Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
---
 drivers/gpu/drm/xe/xe_drm_client.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_drm_client.c b/drivers/gpu/drm/xe/xe_drm_client.c
index 2d4874d2b922..84e30a4d5f1e 100644
--- a/drivers/gpu/drm/xe/xe_drm_client.c
+++ b/drivers/gpu/drm/xe/xe_drm_client.c
@@ -252,7 +252,8 @@ static void show_meminfo(struct drm_printer *p, struct drm_file *file)
 
 	xe_bo_put_commit(&deferred);
 
-	for (mem_type = XE_PL_SYSTEM; mem_type < TTM_NUM_MEM_TYPES; ++mem_type) {
+	for (mem_type = XE_PL_SYSTEM; mem_type < TTM_NUM_MEM_TYPES;
+	     ++mem_type) {
 		if (!xe_mem_type_to_name[mem_type])
 			continue;
 
-- 
2.34.1


             reply	other threads:[~2025-02-17 13:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-17 13:34 Tejas Upadhyay [this message]
2025-02-17 13:34 ` ✓ CI.Patch_applied: success for drm/xe/client: Limit 80 char per line Patchwork
2025-02-17 13:34 ` ✓ CI.checkpatch: " Patchwork
2025-02-17 13:35 ` ✓ CI.KUnit: " Patchwork
2025-02-17 13:56 ` ✓ CI.Build: " Patchwork
2025-02-17 14:00 ` ✓ CI.Hooks: " Patchwork
2025-02-17 14:01 ` ✓ CI.checksparse: " Patchwork
2025-02-17 14:23 ` ✓ Xe.CI.BAT: " Patchwork
2025-02-17 15:39 ` [PATCH] " Dixit, Ashutosh
2025-02-18  0:43 ` ✗ Xe.CI.Full: failure for " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250217133440.188256-1-tejas.upadhyay@intel.com \
    --to=tejas.upadhyay@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox