[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121203151911.GA3359@kroah.com>
Date: Mon, 3 Dec 2012 07:19:11 -0800
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Cong Ding <dinggnu@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Adam Buchbinder <adam.buchbinder@...il.com>,
Jesper Juhl <jj@...osbits.net>,
Uwe Kleine-König <uwe@...ine-koenig.org>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers:staging: fix compilation warning
On Mon, Dec 03, 2012 at 10:34:08AM +0000, Cong Ding wrote:
> We do not allow old-style function definition. Always spell foo(void) if
> a function does not take any parameters.
>
> Signed-off-by: Cong Ding <dinggnu@...il.com>
> ---
> drivers/staging/telephony/ixj.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
As Dan pointed out, you have to work against linux-next, otherwise you
waste time fixing things that might not even be in the tree anymore,
like this code.
sorry,
greg k-h
--
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