Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  drm/xe/client: Limit 80 char per line
@ 2025-02-17 13:34 Tejas Upadhyay
  2025-02-17 13:34 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Tejas Upadhyay @ 2025-02-17 13:34 UTC (permalink / raw)
  To: intel-xe; +Cc: Tejas Upadhyay

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


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

end of thread, other threads:[~2025-02-18  0:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 13:34 [PATCH] drm/xe/client: Limit 80 char per line Tejas Upadhyay
2025-02-17 13:34 ` ✓ CI.Patch_applied: success for " 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

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