• Roman Zippel's avatar
    [PATCH] Clean up kernel parameter array declaration · c665225a
    Roman Zippel authored
    Declare the parameter array as an array, rather than a single entry.
    
    This doesn't matter for code generation, but may be less likely to cause
    problems down the line, since we're telling gcc more about the real
    situation.
    c665225a
main.c 13.8 KB