Dmitry Timoshkov dmitry@baikal.ru writes:
@@ -152,7 +152,7 @@ struct completion *get_completion_obj( struct process *process, obj_handle_t han }
void add_completion( struct completion *completion, apc_param_t ckey, apc_param_t cvalue,
unsigned int status, unsigned int information )
apc_param_t information, unsigned int status )
There's no reason to change the parameter order. That's only adding noise to the patch, and potential bugs.