Re: [PATCH] drm/sched: Add missing structure comment

2020-12-10 Thread Christian König
Am 09.12.20 um 23:31 schrieb Luben Tuikov: Add a missing structure comment for the recently added @list member. Cc: Stephen Rothwell Cc: Daniel Vetter Cc: Christian König Fixes: 8935ff00e3b1 ("drm/scheduler: "node" --> "list"") Reported-by: Stephen Rothwell Signed-off-by: Luben Tuikov

Re: [PATCH] drm/sched: Add missing structure comment

2020-12-09 Thread Stephen Rothwell
Hi Luben, On Wed, 9 Dec 2020 16:58:07 -0500 Luben Tuikov wrote: > > Add a missing structure comment for the recently > added @list member. > > Signed-off-by: Luben Tuikov > > Cc: Stephen Rothwell > Cc: Daniel Vetter > Cc: Christian König The commit message tags should all be together at

[PATCH] drm/sched: Add missing structure comment

2020-12-09 Thread Luben Tuikov
Add a missing structure comment for the recently added @list member. Cc: Stephen Rothwell Cc: Daniel Vetter Cc: Christian König Fixes: 8935ff00e3b1 ("drm/scheduler: "node" --> "list"") Reported-by: Stephen Rothwell Signed-off-by: Luben Tuikov --- include/drm/gpu_scheduler.h | 2 +- 1 file

Re: [PATCH] drm/sched: Add missing structure comment

2020-12-09 Thread Luben Tuikov
On 2020-12-09 5:24 p.m., Stephen Rothwell wrote: > Hi Luben, > > On Wed, 9 Dec 2020 16:58:07 -0500 Luben Tuikov wrote: >> >> Add a missing structure comment for the recently >> added @list member. >> >> Signed-off-by: Luben Tuikov >> >> Cc: Stephen Rothwell >> Cc: Daniel Vetter >> Cc:

[PATCH] drm/sched: Add missing structure comment

2020-12-09 Thread Luben Tuikov
Add a missing structure comment for the recently added @list member. Signed-off-by: Luben Tuikov Cc: Stephen Rothwell Cc: Daniel Vetter Cc: Christian König --- include/drm/gpu_scheduler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/gpu_scheduler.h