[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110317123958.GA30807@sepie.suse.cz>
Date: Thu, 17 Mar 2011 13:39:58 +0100
From: Michal Marek <mmarek@...e.cz>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: linux-kbuild@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] modpost: fix trailing comma
On Tue, Mar 15, 2011 at 02:13:47PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Consolidate locations that print a section whitelist into
> calls to print_section_list().
>
> Fix print_section_list() so that it does not print a trailing
> comma & space:
>
> If the reference is valid then annotate the
> variable with __init* or __refdata (see linux/init.h) or name the variable:
> *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
>
> becomes:
> If the reference is valid then annotate the
> variable with __init* or __refdata (see linux/init.h) or name the variable:
> *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> ---
> scripts/mod/modpost.c | 23 +++++++++++++++--------
> 1 file changed, 15 insertions(+), 8 deletions(-)
Applied to kbuild-2.6.git#kbuild, thanks.
Michal
--
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