* [PATCH -next] drm/xe: Remove unneeded semicolon
@ 2024-01-03 1:15 Yang Li
2024-01-03 13:03 ` ✓ CI.BAT: success for " Patchwork
2024-01-03 13:11 ` [PATCH -next] " Thomas Hellström
0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2024-01-03 1:15 UTC (permalink / raw)
To: daniel, airlied, mripard, tzimmermann, maarten.lankhorst
Cc: Yang Li, lucas.demarchi, intel-xe, dri-devel, linux-kernel
./drivers/gpu/drm/xe/xe_rtp.c:168:2-3: Unneeded semicolon
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
drivers/gpu/drm/xe/xe_rtp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_rtp.c b/drivers/gpu/drm/xe/xe_rtp.c
index fb44cc7521d8..316ed2f6d1f0 100644
--- a/drivers/gpu/drm/xe/xe_rtp.c
+++ b/drivers/gpu/drm/xe/xe_rtp.c
@@ -165,7 +165,7 @@ static void rtp_get_context(struct xe_rtp_process_ctx *ctx,
*gt = (*hwe)->gt;
*xe = gt_to_xe(*gt);
break;
- };
+ }
}
/**
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 3+ messages in thread
* ✓ CI.BAT: success for drm/xe: Remove unneeded semicolon
2024-01-03 1:15 [PATCH -next] drm/xe: Remove unneeded semicolon Yang Li
@ 2024-01-03 13:03 ` Patchwork
2024-01-03 13:11 ` [PATCH -next] " Thomas Hellström
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2024-01-03 13:03 UTC (permalink / raw)
To: Yang Li; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]
== Series Details ==
Series: drm/xe: Remove unneeded semicolon
URL : https://patchwork.freedesktop.org/series/128139/
State : success
== Summary ==
CI Bug Log - changes from xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a_BAT -> xe-pw-128139v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-128139v1_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_create@create-execqueues-leak:
- bat-atsm-2: [FAIL][1] ([Intel XE#524]) -> [PASS][2] +1 other test pass
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a/bat-atsm-2/igt@xe_create@create-execqueues-leak.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128139v1/bat-atsm-2/igt@xe_create@create-execqueues-leak.html
* igt@xe_create@create-execqueues-noleak:
- bat-adlp-7: [FAIL][3] ([Intel XE#524]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128139v1/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
Build changes
-------------
* IGT: IGT_7651 -> IGT_7655
* Linux: xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a -> xe-pw-128139v1
IGT_7651: 02fa4cf8bcbb15f1641e862fa83e2182c6f73a63 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_7655: ddf7cf40a00caa7d02f3729e1e50f78f102463d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a: 7b3b98d034784b125bad7aca46f9e7a3cfcde45a
xe-pw-128139v1: 128139v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128139v1/index.html
[-- Attachment #2: Type: text/html, Size: 2745 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH -next] drm/xe: Remove unneeded semicolon
2024-01-03 1:15 [PATCH -next] drm/xe: Remove unneeded semicolon Yang Li
2024-01-03 13:03 ` ✓ CI.BAT: success for " Patchwork
@ 2024-01-03 13:11 ` Thomas Hellström
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Hellström @ 2024-01-03 13:11 UTC (permalink / raw)
To: Yang Li, daniel, airlied, mripard, tzimmermann, maarten.lankhorst
Cc: lucas.demarchi, intel-xe, dri-devel, linux-kernel
Hi, Yang,
On Wed, 2024-01-03 at 09:15 +0800, Yang Li wrote:
> ./drivers/gpu/drm/xe/xe_rtp.c:168:2-3: Unneeded semicolon
>
Could you please reformulate using imperative "Remove..." rather than
citing a style alert?
With that,
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> drivers/gpu/drm/xe/xe_rtp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_rtp.c
> b/drivers/gpu/drm/xe/xe_rtp.c
> index fb44cc7521d8..316ed2f6d1f0 100644
> --- a/drivers/gpu/drm/xe/xe_rtp.c
> +++ b/drivers/gpu/drm/xe/xe_rtp.c
> @@ -165,7 +165,7 @@ static void rtp_get_context(struct
> xe_rtp_process_ctx *ctx,
> *gt = (*hwe)->gt;
> *xe = gt_to_xe(*gt);
> break;
> - };
> + }
> }
>
> /**
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-03 13:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 1:15 [PATCH -next] drm/xe: Remove unneeded semicolon Yang Li
2024-01-03 13:03 ` ✓ CI.BAT: success for " Patchwork
2024-01-03 13:11 ` [PATCH -next] " Thomas Hellström
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox