[RFC][PATCH 05/10] bcma: add serial console support

Rafał Miłecki zajec5 at gmail.com
Mon Jun 6 06:30:49 EDT 2011


2011/6/6 Hauke Mehrtens <hauke at hauke-m.de>:
> +       if ((ccrev >= 11) && (ccrev != 15) && (ccrev != 20)) {
> +       ....
> +       } else
> +               pr_err("serial not supported on this device ccrev: 0x%x\n",
> +                      ccrev);

Please use scripts/checkpatch* for your patches. I believe it will
alert you about lacking brackets for "else" (kernel coding style).

-- 
Rafał



More information about the b43-dev mailing list