[PATCH 5/8] Staging: xgifb: Remove XGIFAIL() macro and its calls.

Miguel Gómez magomez at igalia.com
Mon Jun 18 15:19:03 UTC 2012


>> -	if (!(htotal) || !(vtotal))
>> -		XGIFAIL("XGIfb: no valid timing data");
>> +	if (!(htotal) || !(vtotal)) {
>
> Don't resend this, but next time feel free to write this like:
>
> 	if (!htotal || !vtotal) {
>
> We do have a one change per patch rule but tiny formatting things
> like that don't count as a change.

Sure. I'll write it down together with your other comment to my next 
round of patches ;)

Regards!

-- 
Miguel Gómez
Igalia - http://www.igalia.com



More information about the devel mailing list