Hi,<br><br>On Monday, May 11, 2015, Daniel Vetter <<a href="mailto:daniel@ffwll.ch">daniel@ffwll.ch</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, May 09, 2015 at 03:52:10PM +0100, Daniel Stone wrote:<br>
> 672cb1d6ae mistakenly added an extra parameter to the kerneldoc for<br>
> drm_property_unreference_blob which wasn't actually present.<br>
><br>
> Signed-off-by: Daniel Stone <<a href="javascript:;" onclick="_e(event, 'cvml', 'daniels@collabora.com')">daniels@collabora.com</a>><br>
> ---<br>
>  drivers/gpu/drm/drm_crtc.c | 1 -<br>
>  1 file changed, 1 deletion(-)<br>
><br>
> diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c<br>
> index 4f922aa..6f3cafb 100644<br>
> --- a/drivers/gpu/drm/drm_crtc.c<br>
> +++ b/drivers/gpu/drm/drm_crtc.c<br>
> @@ -4267,7 +4267,6 @@ static void drm_property_free_blob(struct kref *kref)<br>
>   *<br>
>   * Drop a reference on a blob property. May free the object.<br>
>   *<br>
> - * @param dev  Device the blob was created on<br>
<br>
Same issue with drm_property_unreference_blob_locked. Also this isn't<br>
kerneldoc syntax, the proper one is<br>
<br>
 * @blob: Pointer to blob property<br>
<br>
$ make htmldocs complains about a bunch of your recently added kerneldoc<br>
still. I've squashed this one in, but can you pls follow up with more<br>
fixups (and respin the later patches in this series too)?<br>
</blockquote><div><br></div><div>Augh, had left my editor in Doxygen mode, and hadn't noticed thanks to the 802.11 doc breakage masking everything else.</div><div><br></div><div>New branch is up at git://<a href="http://git.collabora.co.uk/git/user/daniels/linux">git.collabora.co.uk/git/user/daniels/linux</a> wip/4.1.x/drm-blob-props - will send it out to the list when I get in tomorrow morning. Got sidetracked fixing up more unify-flip-modeset issues instead :\<span></span></div><div><br></div><div>Cheers,</div><div>Daniel </div>