* 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
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
* 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
3 matches
Mail list logo