summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Schneider-Pargmann (TI.com) <[email protected]>2026-01-05 10:36:26 +0100
committerTom Rini <[email protected]>2026-01-16 09:07:28 -0600
commit60f5170c1fe2a438e36b71eea0237ca166e6ef23 (patch)
treeabc0655041cfe1ea008597cbe5956053068235a9 /include
parentc5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 (diff)
panel: Add missing comment for the timing argument
For completeness add it. Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/panel.h b/include/panel.h
index ab417bc91ed..e2764d72c57 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
+ * @timing: Pointer to the timing for storing
* @return 0 if OK, -ve on error
*/
int (*get_display_timing)(struct udevice *dev,
@@ -60,6 +60,7 @@ int panel_set_backlight(struct udevice *dev, int percent);
* panel_get_display_timing() - Get display timings from panel.
*
* @dev: Panel device containing the display timings
+ * @timing: Pointer to the timing for storing
* Return: 0 if OK, -ve on error
*/
int panel_get_display_timing(struct udevice *dev,