]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
net: emaclite: Balance braces in else statement
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Fri, 2 Mar 2018 09:38:35 +0000 (15:08 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 9 Mar 2018 08:09:34 +0000 (09:09 +0100)
commit5b234f7eab98d5e73245fd3ca44f376a228df070
tree18c0bd8080bba6da231c34c9643d92687ce9c329
parent39a9dc63a906765b4695827376bdb6a8931165d1
net: emaclite: Balance braces in else statement

Add braces to else statements to comply with Linux kernel
coding style' and avoid the following checkpatch message:

'CHECK: Unbalanced braces around else statement'

Signed-off-by: Radhey Shyam Pandey <radheys@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/ethernet/xilinx/xilinx_emaclite.c