X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpanel.h;h=ab417bc91ed1d23aadc64e861bb721418199fb0f;hb=c56289ddafce3d1ec442fb18064f136c2c47d0bb;hp=cd596d48c027e8561b9ac3408cbcb1d4cd29d027;hpb=a4f737a9c39abb45a5bde47f313df48e645331f7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/panel.h b/include/panel.h index cd596d4..ab417bc 100644 --- a/include/panel.h +++ b/include/panel.h @@ -43,7 +43,7 @@ struct panel_ops { * * @dev: Panel device containing the backlight to enable * @enable: true to enable the backlight, false to dis - * @return 0 if OK, -ve on error + * Return: 0 if OK, -ve on error */ int panel_enable_backlight(struct udevice *dev); @@ -52,7 +52,7 @@ int panel_enable_backlight(struct udevice *dev); * * @dev: Panel device containing the backlight to update * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) - * @return 0 if OK, -ve on error + * Return: 0 if OK, -ve on error */ int panel_set_backlight(struct udevice *dev, int percent); @@ -60,7 +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 - * @return 0 if OK, -ve on error + * Return: 0 if OK, -ve on error */ int panel_get_display_timing(struct udevice *dev, struct display_timing *timing);