Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-09 Thread Ingo Molnar
* David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > v2: incorporate fixes from Peter Zijlstra and Ingo Molnar > > Signed-off-by: David Windsor > --- > lib/refcount.c | 122 > +++-- > 1 file changed, 110 i

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Peter Zijlstra
On Tue, Feb 28, 2017 at 10:34:45PM -0500, David Windsor wrote: > diff --git a/lib/refcount.c b/lib/refcount.c > index 1d33366..30e0927 100644 > --- a/lib/refcount.c > +++ b/lib/refcount.c > @@ -37,6 +37,15 @@ > #include > #include > > +/** > + * refcount_add_not_zero - add a value to a refco

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Ingo Molnar
* David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > Signed-off-by: David Windsor > --- > include/linux/refcount.h | 19 ++ > lib/refcount.c | 95 > +++- > 2 files changed, 105 insertions(+), 9 de