From: Felipe Balbi <ba...@ti.com>
Date: Tue, 13 Jan 2015 13:44:46 -0600

> +     ret = devm_request_irq(&pdev->dev, irq, cpsw_interrupt,
> +                     0, dev_name(&pdev->dev), priv);

When a function call spans multiple lines, the argument on the second
and subsequent lines must start on the first column after the openning
parenthesis of the function call.

If you are using only TAB characters to indent, you are likely not
doing it correctly.

> +     ret = devm_request_irq(&pdev->dev, irq, cpsw_interrupt,
> +                     0, dev_name(&pdev->dev), priv);

Likewise.

> +     ret = devm_request_irq(&pdev->dev, irq, cpsw_interrupt,
> +                     0, dev_name(&pdev->dev), priv);

Likewise.

> +     ret = devm_request_irq(&pdev->dev, irq, cpsw_interrupt,
> +                     0, dev_name(&pdev->dev), priv);

Likewise.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to