Re: [PATCH v2] drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc

2023-03-15 Thread Neil Armstrong
Hi, On Tue, 14 Mar 2023 13:50:35 +0800, Liu Ying wrote: > The returned array size for input formats is set through > atomic_get_input_bus_fmts()'s 'num_input_fmts' argument, so use > 'num_input_fmts' to represent the array size in the function's kdoc, > not 'num_output_fmts'. > > Thanks,

Re: [PATCH v2] drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc

2023-03-14 Thread Robert Foss
On Tue, Mar 14, 2023 at 6:45 AM Liu Ying wrote: > > The returned array size for input formats is set through > atomic_get_input_bus_fmts()'s 'num_input_fmts' argument, so use > 'num_input_fmts' to represent the array size in the function's kdoc, > not 'num_output_fmts'. > > Fixes: 91ea83306bfa

[PATCH v2] drm/bridge: Fix returned array size name for atomic_get_input_bus_fmts kdoc

2023-03-13 Thread Liu Ying
The returned array size for input formats is set through atomic_get_input_bus_fmts()'s 'num_input_fmts' argument, so use 'num_input_fmts' to represent the array size in the function's kdoc, not 'num_output_fmts'. Fixes: 91ea83306bfa ("drm/bridge: Fix the bridge kernel doc") Fixes: f32df58acc68