drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local array
authorDouglas Anderson <dianders@chromium.org>
Fri, 12 Jun 2020 19:30:48 +0000 (12:30 -0700)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 18 Jun 2020 09:40:38 +0000 (11:40 +0200)
When building we were getting an error:

  warning: cannot understand function prototype:
    'const unsigned int ti_sn_bridge_dp_rate_lut[] = '

Arrays aren't supposed to be marked with "/**" kerneldoc comments.  Fix.

Fixes: a095f15c00e2 ("drm/bridge: add support for sn65dsi86 bridge driver")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200612123003.v2.2.If3807e4ebf7f0440f64c3069edcfac9a70171940@changeid
drivers/gpu/drm/bridge/ti-sn65dsi86.c

index 6fa7e10..fca7c2a 100644 (file)
@@ -504,7 +504,7 @@ static unsigned int ti_sn_bridge_get_bpp(struct ti_sn_bridge *pdata)
                return 24;
 }
 
-/**
+/*
  * LUT index corresponds to register value and
  * LUT values corresponds to dp data rate supported
  * by the bridge in Mbps unit.