[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FFF3EF0.3020000@codeaurora.org>
Date: Thu, 12 Jul 2012 14:17:36 -0700
From: Stephen Boyd <sboyd@...eaurora.org>
To: Eldad Zack <eldad@...refinery.com>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Joe Perches <joe@...ches.com>,
open list <linux-kernel@...r.kernel.org>,
"J. Bruce Fields" <bfields@...ldses.org>
Subject: Re: [PATCH 1/2] kstrto*: add documentation
On 07/12/12 13:53, Eldad Zack wrote:
>
> diff --git a/include/linux/kernel.h b/include/linux/kernel.h
> index e07f5e0..582df0f 100644
> --- a/include/linux/kernel.h
> +++ b/include/linux/kernel.h
> @@ -220,6 +220,16 @@ int __must_check _kstrtol(const char *s, unsigned int base, long *res);
>
> int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res);
> int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
> +
> +/**
> + * kstrtoul - convert a string to an unsigned long
Aren't function names supposed to have () after them in kernel doc?
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists