]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
net: af_mpls.c add space before open parenthesis
authorSuraj Deshmukh <surajssd009005@gmail.com>
Sat, 3 Dec 2016 07:59:26 +0000 (07:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Dec 2016 18:25:55 +0000 (13:25 -0500)
commit14dd3e1b970feb125e4f453bc3b0569db5b2069b
treef003190ffc7a85ac41566454504b134917847cd7
parent89aa8445cd4e8c2556c40d42dd0ceb2cbb96ba78
net: af_mpls.c add space before open parenthesis

Adding space after switch keyword before open
parenthesis for readability purpose.

This patch fixes the checkpatch.pl warning:
space required before the open parenthesis '('

Signed-off-by: Suraj Deshmukh <surajssd009005@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/af_mpls.c