* Re: [PATCH 1/3] drivers / base: Fix sysfs_deprecated_setup() __init attribute location
[not found] <1376743346-9465-1-git-send-email-hanjun.guo@linaro.org>
@ 2013-08-19 13:00 ` Hanjun Guo
0 siblings, 0 replies; only message in thread
From: Hanjun Guo @ 2013-08-19 13:00 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Hanjun Guo, linux-kernel, patches, linaro-kernel
Hi Greg,
I sent [PATCH 3/3] twice because of my bad email client,
sorry for the noise, please ignore the duplicated [PATCH 3/3].
Thanks
Hanjun
On 2013-8-17 20:42, Hanjun Guo wrote:
> __init belongs after the return type on functions, not before it.
>
> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
> ---
> drivers/base/core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/base/core.c b/drivers/base/core.c
> index 8856d74..b9ccc5d 100644
> --- a/drivers/base/core.c
> +++ b/drivers/base/core.c
> @@ -36,7 +36,7 @@ long sysfs_deprecated = 1;
> #else
> long sysfs_deprecated = 0;
> #endif
> -static __init int sysfs_deprecated_setup(char *arg)
> +static int __init sysfs_deprecated_setup(char *arg)
> {
> return strict_strtol(arg, 10, &sysfs_deprecated);
> }
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-08-19 13:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1376743346-9465-1-git-send-email-hanjun.guo@linaro.org>
2013-08-19 13:00 ` [PATCH 1/3] drivers / base: Fix sysfs_deprecated_setup() __init attribute location Hanjun Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox