]> git.karo-electronics.de Git - linux-beck.git/commit
irqchip: sirf: fix one minor checkpatch issue
authorBin Shi <Bin.Shi@csr.com>
Tue, 6 May 2014 14:58:36 +0000 (22:58 +0800)
committerBarry Song <Baohua.Song@csr.com>
Mon, 12 May 2014 13:43:49 +0000 (21:43 +0800)
commit7caf6852018a7550a2451972522688caef350549
tree575d0c486ba5e0bc33d2b5b1a2bd29be96f5ccd3
parent4c1ad70921caa9831b4926e83481c9f825016dd6
irqchip: sirf: fix one minor checkpatch issue

fix "line line over 80 characters" for the below:
static int __init sirfsoc_irq_init(struct device_node *np, struct device_node *parent)

the users of the codes - key customers really care about that.

Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
drivers/irqchip/irq-sirfsoc.c