On 04/14/2014 10:46 AM, K. Y. Srinivasan wrote:
> +     new_val = inb(PIC_MASTER_IMR);
> +     if (probe_val != new_val) {

Nitpick: Linux coding style should have this as:

        if (new_val != probe_val)

        -hpa


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to