Re: [PATCH] drm/msm/dsi: Move static keyword to the front of declarations

From: Jeffrey Hugo
Date: Thu Sep 05 2019 - 10:26:53 EST


On Wed, Sep 4, 2019 at 3:15 PM Krzysztof Wilczynski <kw@xxxxxxxxx> wrote:
>
> Move the static keyword to the front of declarations
> of msm_dsi_v2_host_ops, msm_dsi_6g_host_ops and
> msm_dsi_6g_v2_host_ops, and resolve the following
> compiler warnings that can be seen when building
> with warnings enabled (W=1):
>
> drivers/gpu/drm/msm/dsi/dsi_cfg.c:150:1: warning:
> âstaticâ is not at beginning of declaration [-Wold-style-declaration]
>
> drivers/gpu/drm/msm/dsi/dsi_cfg.c:161:1: warning:
> âstaticâ is not at beginning of declaration [-Wold-style-declaration]
>
> drivers/gpu/drm/msm/dsi/dsi_cfg.c:172:1: warning:
> âstaticâ is not at beginning of declaration [-Wold-style-declaration]
>
> Signed-off-by: Krzysztof Wilczynski <kw@xxxxxxxxx>

Seems fine to me.

Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@xxxxxxxxx>