From: Randy Dunlap Date: Tue, 15 Mar 2011 21:13:47 +0000 (-0700) Subject: modpost: fix trailing comma X-Git-Tag: v2.6.39-rc1~391^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00759c0ea0d3b4c918539ddd7cbbfbbb39a38fc7;p=pandora-kernel.git modpost: fix trailing comma 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed