>>              /* ...or if we want to block, then do so here */
>> -            if (down_interruptible(&sd->sd_wbs)) {
>> +            if (down_interruptible(&sd->sd_wbs))
>>                      /* something went wrong with wait */
>>                      return -ERESTARTSYS;
>> -            }
>>      }
> 
> Multi-line indents get parenthesis.

How do you think about to add such an expectation to the section
“3) Placing Braces and Spaces” in the document “coding-style.rst”?

Regards,
Markus

Reply via email to