[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150114.001855.480294380856199745.davem@davemloft.net>
Date: Wed, 14 Jan 2015 00:18:55 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: balbi@...com
Cc: tony@...mide.com, linux-omap@...r.kernel.org, mugunthanvnm@...com,
netdev@...r.kernel.org
Subject: Re: [patch-net-next 1/3] net: ethernet: cpsw: unroll IRQ request
loop
From: Felipe Balbi <balbi@...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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists