On Tue, May 17, 2011 at 8:43 PM, Venkateswararao Jujjuri (JV)
<jv...@linux.vnet.ibm.com> wrote:
> +void v9fs_co_seekdir(V9fsState *s, V9fsFidState *fidp, off_t offset)
> +{
> +    v9fs_co_run_in_worker(
> +        {
> +            s->ops->seekdir(&s->ctx, fidp->fs.dir, offset);
> +        });
> +    return;

Please do not put return statements at the end of void functions.

Stefan

Reply via email to