Skip to content

Commit f4946b0

Browse files
dianderssuperna9999
authored andcommitted
drm/bridge: ti-sn65dsi86: Don't use kernel-doc comment for local array
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: a095f15 ("drm/bridge: add support for sn65dsi86 bridge driver") Signed-off-by: Douglas Anderson <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20200612123003.v2.2.If3807e4ebf7f0440f64c3069edcfac9a70171940@changeid
1 parent 9e4f358 commit f4946b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/bridge/ti-sn65dsi86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ static unsigned int ti_sn_bridge_get_bpp(struct ti_sn_bridge *pdata)
504504
return 24;
505505
}
506506

507-
/**
507+
/*
508508
* LUT index corresponds to register value and
509509
* LUT values corresponds to dp data rate supported
510510
* by the bridge in Mbps unit.

0 commit comments

Comments
 (0)