[Intel-gfx] [drm-intel:topic/drm-misc 3/3] htmldocs: include/drm/drm_fb_helper.h:222: warning: Cannot understand * @DRM_FB_HELPER_DEFAULT_OPS:
Jani Nikula
jani.nikula at linux.intel.com
Mon Oct 3 09:35:31 UTC 2016
On Fri, 30 Sep 2016, kbuild test robot <fengguang.wu at intel.com> wrote:
> tree: git://anongit.freedesktop.org/drm-intel topic/drm-misc
> head: 6c4d6f9f997c5dafccb54b52167f0c4d0ea37874
> commit: 6c4d6f9f997c5dafccb54b52167f0c4d0ea37874 [3/3] drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_ops
> reproduce: make htmldocs
>
> All warnings (new ones prefixed by >>):
>
>>> include/drm/drm_fb_helper.h:222: warning: Cannot understand * @DRM_FB_HELPER_DEFAULT_OPS:
> on line 222 - I thought it was a doc line
>
> vim +222 include/drm/drm_fb_helper.h
>
> 206 * Entry on the global kernel_fb_helper_list, used for kgdb entry/exit.
> 207 */
> 208 struct list_head kernel_fb_list;
> 209
> 210 /**
> 211 * @delayed_hotplug:
> 212 *
> 213 * A hotplug was received while fbdev wasn't in control of the DRM
> 214 * device, i.e. another KMS master was active. The output configuration
> 215 * needs to be reprobe when fbdev is in control again.
> 216 */
> 217 bool delayed_hotplug;
> 218 };
> 219
> 220 /**
> 221 * @DRM_FB_HELPER_DEFAULT_OPS:
Superfluous @.
BR,
Jani.
> > 222 *
> 223 * Helper define to register default implementations of drm_fb_helper
> 224 * functions. To be used in struct fb_ops of drm drivers.
> 225 */
> 226 #define DRM_FB_HELPER_DEFAULT_OPS \
> 227 .fb_check_var = drm_fb_helper_check_var, \
> 228 .fb_set_par = drm_fb_helper_set_par, \
> 229 .fb_setcmap = drm_fb_helper_setcmap, \
> 230 .fb_blank = drm_fb_helper_blank, \
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Jani Nikula, Intel Open Source Technology Center
More information about the Intel-gfx
mailing list