[Snip...]
quoted
+ if(!suspend)
missing whitespace before the (
quoted
+ list_for_each_entry(suspend, &dev->unlk_lst, node) {
+ dev->state = 0;
+ dev->func_data[1] = &suspend->unlk.session;
doube indentation.
Is checkpatch.pl being used before the patches are sent to the list? ?That tool
should have flagged these problems to fix.
While you are at it, it would be good to run the code thru sparse if you
haven't already.
Jay
quoted
?