<p dir="ltr">Hi Randy,</p>
<p dir="ltr">~ typing on a mobile device, kindly excuse any typos<br>
On Aug 17, 2014 2:45 AM, "Randy Dunlap" <<a href="mailto:rdunlap@infradead.org">rdunlap@infradead.org</a>> wrote:<br>
><br>
> From: Randy Dunlap <<a href="mailto:rdunlap@infradead.org">rdunlap@infradead.org</a>><br>
><br>
> Fix kernel-doc warning, missing parameter description:<br>
><br>
> Warning(..//include/linux/seqno-fence.h:99): No description found for parameter 'cond'<br>
Thanks for your patch; this is already fixed by Thierry Reading's patch and is queued in for-next. [1]<br>
><br>
> Signed-off-by: Randy Dunlap <<a href="mailto:rdunlap@infradead.org">rdunlap@infradead.org</a>><br>
> Cc: Rob Clark <<a href="mailto:robdclark@gmail.com">robdclark@gmail.com</a>><br>
> Cc: Maarten Lankhorst <<a href="mailto:maarten.lankhorst@canonical.com">maarten.lankhorst@canonical.com</a>><br>
> ---<br>
>  include/linux/seqno-fence.h |    1 +<br>
>  1 file changed, 1 insertion(+)<br>
><br>
> Index: lnx-317-rc1/include/linux/seqno-fence.h<br>
> ===================================================================<br>
> --- lnx-317-rc1.orig/include/linux/seqno-fence.h<br>
> +++ lnx-317-rc1/include/linux/seqno-fence.h<br>
> @@ -62,6 +62,7 @@ to_seqno_fence(struct fence *fence)<br>
>   * @context: the execution context this fence is a part of<br>
>   * @seqno_ofs: the offset within @sync_buf<br>
>   * @seqno: the sequence # to signal on<br>
> + * @cond: the fence condition to check<br>
>   * @ops: the fence_ops for operations on this seqno fence<br>
>   *<br>
>   * This function initializes a struct seqno_fence with passed parameters,</p>
<p dir="ltr">Best regards,<br>
Sumit.</p>
<p dir="ltr">[1]: <a href="https://lkml.org/lkml/2014/8/8/191">https://lkml.org/lkml/2014/8/8/191</a><br>
</p>