On Wed, 21 Mar 2007 12:08:58 -0400 (EDT) Robert P. J. Day wrote:

> On Wed, 21 Mar 2007, Randy Dunlap wrote:
> 
> > On Wed, 21 Mar 2007 17:13:31 +0200 (EET) Tasos Parisinos wrote:
> 
> > > +/*
> > > + * mpi_alloc - allocate an mpi
> > > + * @n: pointer pointer to the allocated mpi
> > > + * @limbs: number of allocated limbs (32 bit digits)
> > > + *
> > > + * The allocated mpi will be zeroed and not canonicalized
> > > + */
> 
> 
> if this is extractable kernel doc content, shouldn't it begin with
> "/**" rather than just "/*"?

Yes, so it's not extractable.  However, I also asked which functions
are meant to be exported, and those are the ones that really need to
be in kernel-doc format IMO.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to