On Wed, Dec 3, 2025 at 7:19 AM Markus Schneider-Pargmann (TI.com) <[email protected]> wrote: > > For completeness add it. > > Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]> > --- > include/panel.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/include/panel.h b/include/panel.h > index > ab417bc91ed1d23aadc64e861bb721418199fb0f..6c5e2c000fc79f271876daa179455f16da5bc3af > 100644 > --- a/include/panel.h > +++ b/include/panel.h > @@ -29,7 +29,7 @@ struct panel_ops { > * get_timings() - Get display timings from panel. > * > * @dev: Panel device containing the display timings > - * @tim: Place to put timings > + * @timining: Pointer to the timing for storing
There is a typo here: @timing

