Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525539

Re: [PATCH 32/35] staging: lustre: mount: fix lmd_parse() to handle commas in expr_list

From James Simmons <jsimmons@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH 32/35] staging: lustre: mount: fix lmd_parse() to handle commas in expr_list
Date 2016-11-18 18:00 +0100
Message-ID <sEUG6-1ff-53@gated-at.bofh.it> (permalink)
References <sC1up-MX-3@gated-at.bofh.it> <sC1up-MX-1@gated-at.bofh.it> <sDrd7-eg-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> > --- a/drivers/staging/lustre/lustre/obdclass/obd_mount.c
> > +++ b/drivers/staging/lustre/lustre/obdclass/obd_mount.c
> > @@ -871,6 +871,87 @@ static int lmd_parse_mgs(struct lustre_mount_data *lmd, char **ptr)
> >  	return 0;
> >  }
> >  
> > +/**
> > + * Find the first comma delimiter from the specified \a buf and make \a *endh
> > + * point to the string starting with the comma. The commas in expression list
> > + * [...] will be skipped.
> > + *
> > + * \param[in] buf	a comma-separated string
> > + * \param[in] endh	a pointer to a pointer that will point to the string
> > + *			starting with the comma
> 
> Please drop this mess of \param, it's not needed and is not kernel-doc
> format.

Is it just the [in] mess that needs to be removed or does the doc style
need to migrate to another format. Looking online doesn't reveal much and'
I saw something about @arg format as well. I see both in tree. What is the
right one to use and do clear docs on this format exist somewhere.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH 32/35] staging: lustre: mount: fix lmd_parse() to handle  commas in expr_list Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-14 16:20 +0100
  Re: [PATCH 32/35] staging: lustre: mount: fix lmd_parse() to handle  commas in expr_list James Simmons <jsimmons@infradead.org> - 2016-11-18 18:00 +0100
    Re: [PATCH 32/35] staging: lustre: mount: fix lmd_parse() to handle  commas in expr_list Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-11-18 18:20 +0100

csiph-web