LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: amdgpu_drm.h: fix comment typos
@ 2023-10-02  1:08 Randy Dunlap
  2023-10-02 10:32 ` Christian König
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2023-10-02  1:08 UTC (permalink / raw
  To: linux-kernel
  Cc: Randy Dunlap, Alex Deucher, Christian König, Pan, Xinhui,
	amd-gfx

Correct typos of "occurred".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
Cc: amd-gfx@lists.freedesktop.org
---
 include/uapi/drm/amdgpu_drm.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -- a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -249,9 +249,9 @@ union drm_amdgpu_bo_list {
 /* unknown cause */
 #define AMDGPU_CTX_UNKNOWN_RESET	3
 
-/* indicate gpu reset occured after ctx created */
+/* indicate gpu reset occurred after ctx created */
 #define AMDGPU_CTX_QUERY2_FLAGS_RESET    (1<<0)
-/* indicate vram lost occured after ctx created */
+/* indicate vram lost occurred after ctx created */
 #define AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST (1<<1)
 /* indicate some job from this context once cause gpu hang */
 #define AMDGPU_CTX_QUERY2_FLAGS_GUILTY   (1<<2)

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

* Re: [PATCH] drm/amdgpu: amdgpu_drm.h: fix comment typos
  2023-10-02  1:08 [PATCH] drm/amdgpu: amdgpu_drm.h: fix comment typos Randy Dunlap
@ 2023-10-02 10:32 ` Christian König
  2023-10-02 15:42   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Christian König @ 2023-10-02 10:32 UTC (permalink / raw
  To: Randy Dunlap, linux-kernel
  Cc: Alex Deucher, Pan, Xinhui, Christian König, amd-gfx

Am 02.10.23 um 03:08 schrieb Randy Dunlap:
> Correct typos of "occurred".
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
> Cc: amd-gfx@lists.freedesktop.org

Reviewed-by: Christian König <christian.koenig@amd.com>

> ---
>   include/uapi/drm/amdgpu_drm.h |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff -- a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
> --- a/include/uapi/drm/amdgpu_drm.h
> +++ b/include/uapi/drm/amdgpu_drm.h
> @@ -249,9 +249,9 @@ union drm_amdgpu_bo_list {
>   /* unknown cause */
>   #define AMDGPU_CTX_UNKNOWN_RESET	3
>   
> -/* indicate gpu reset occured after ctx created */
> +/* indicate gpu reset occurred after ctx created */
>   #define AMDGPU_CTX_QUERY2_FLAGS_RESET    (1<<0)
> -/* indicate vram lost occured after ctx created */
> +/* indicate vram lost occurred after ctx created */
>   #define AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST (1<<1)
>   /* indicate some job from this context once cause gpu hang */
>   #define AMDGPU_CTX_QUERY2_FLAGS_GUILTY   (1<<2)


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

* Re: [PATCH] drm/amdgpu: amdgpu_drm.h: fix comment typos
  2023-10-02 10:32 ` Christian König
@ 2023-10-02 15:42   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2023-10-02 15:42 UTC (permalink / raw
  To: Christian König
  Cc: Randy Dunlap, linux-kernel, Alex Deucher, Pan, Xinhui,
	Christian König, amd-gfx

Applied.  Thanks!

On Mon, Oct 2, 2023 at 6:32 AM Christian König
<ckoenig.leichtzumerken@gmail.com> wrote:
>
> Am 02.10.23 um 03:08 schrieb Randy Dunlap:
> > Correct typos of "occurred".
> >
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: Alex Deucher <alexander.deucher@amd.com>
> > Cc: Christian König <christian.koenig@amd.com>
> > Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
> > Cc: amd-gfx@lists.freedesktop.org
>
> Reviewed-by: Christian König <christian.koenig@amd.com>
>
> > ---
> >   include/uapi/drm/amdgpu_drm.h |    4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff -- a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
> > --- a/include/uapi/drm/amdgpu_drm.h
> > +++ b/include/uapi/drm/amdgpu_drm.h
> > @@ -249,9 +249,9 @@ union drm_amdgpu_bo_list {
> >   /* unknown cause */
> >   #define AMDGPU_CTX_UNKNOWN_RESET    3
> >
> > -/* indicate gpu reset occured after ctx created */
> > +/* indicate gpu reset occurred after ctx created */
> >   #define AMDGPU_CTX_QUERY2_FLAGS_RESET    (1<<0)
> > -/* indicate vram lost occured after ctx created */
> > +/* indicate vram lost occurred after ctx created */
> >   #define AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST (1<<1)
> >   /* indicate some job from this context once cause gpu hang */
> >   #define AMDGPU_CTX_QUERY2_FLAGS_GUILTY   (1<<2)
>

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

end of thread, other threads:[~2023-10-02 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02  1:08 [PATCH] drm/amdgpu: amdgpu_drm.h: fix comment typos Randy Dunlap
2023-10-02 10:32 ` Christian König
2023-10-02 15:42   ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).