]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: et131x: Refactor nic_rx_pkts() to remove indenting
authorMark Einon <mark.einon@gmail.com>
Tue, 30 Oct 2012 18:38:55 +0000 (18:38 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 19:30:13 +0000 (12:30 -0700)
commit242187aa7b015ea11c3d8dc3a86a3dc2b098c79d
tree18538e40218aa5934d03ec75f455cffc06234d5e
parent788ca84ac7bb247427da07a430de47007efbfc47
staging: et131x: Refactor nic_rx_pkts() to remove indenting

In nic_rx_pkts() some large chunks of code are indented in 'if (len)'
sections. Refactor the code to remove these indents and re-join longer
split lines.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c