• R
    modpost: fix trailing comma · 00759c0e
    Randy Dunlap 提交于
    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: NRandy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: NMichal Marek <mmarek@suse.cz>
    00759c0e
modpost.c 55.2 KB