Re: [Freedreno] [PATCH 4/6] drm/msm: dpu: Remove 'inline' from several functions

2018-10-08 Thread Jeykumar Sankaran
On 2018-09-20 07:58, Sean Paul wrote: From: Sean Paul Per chapter 15 of coding-style, removing 'inline' keyword from functions that are larger than a typical macro. In a couple of cases I've simplified the function and kept the inline. Signed-off-by: Sean Paul Reviewed-by: Jeykumar

[Freedreno] [PATCH 4/6] drm/msm: dpu: Remove 'inline' from several functions

2018-09-20 Thread Sean Paul
From: Sean Paul Per chapter 15 of coding-style, removing 'inline' keyword from functions that are larger than a typical macro. In a couple of cases I've simplified the function and kept the inline. Signed-off-by: Sean Paul --- drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 4 ++--