[PATCH] drm:This patch fixes the checkpatch.pl error to msm_drv.c

2021-08-01 Thread zhaoxiao
ERROR: do not initialise statics to false Signed-off-by: zhaoxiao --- drivers/gpu/drm/msm/msm_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c index 9b8fa2ad0d84..d9ca4bc9620b 100644 --- a/drivers/gpu/drm/

Re: [PATCH] drm:This patch fixes the checkpatch.pl error to msm_drv.c

2021-07-30 Thread Dmitry Baryshkov
On Fri, 30 Jul 2021 at 09:13, zhaoxiao wrote: > > ERROR: do not initialise statics to false > > Signed-off-by: zhaoxiao Could you please resend this patch following the style of the rest of patches being submitted to this area? Subject, more detailed patch description, etc. > --- > drivers/gpu

[PATCH] drm:This patch fixes the checkpatch.pl error to msm_drv.c

2021-07-29 Thread zhaoxiao
ERROR: do not initialise statics to false Signed-off-by: zhaoxiao --- drivers/gpu/drm/msm/msm_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c index 9b8fa2ad0d84..d9ca4bc9620b 100644 --- a/drivers/gpu/drm/