video: Fix kernel-doc warnings in of_display_timing + of_videomode
[platform/kernel/linux-starfive.git] / drivers / video / of_display_timing.c
index abc9ada..f93b6ab 100644 (file)
@@ -52,6 +52,7 @@ static int parse_timing_property(const struct device_node *np, const char *name,
 /**
  * of_parse_display_timing - parse display_timing entry from device_node
  * @np: device_node with the properties
+ * @dt: display_timing that contains the result. I may be partially written in case of errors
  **/
 static int of_parse_display_timing(const struct device_node *np,
                struct display_timing *dt)