[PATCH] Clean up kernel parameter array declaration
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.
Showing
Please register or sign in to comment