Re: [PATCH 01/11] staging: et131x: make some tweaks to reduce split lines

2013-12-04 Thread Greg Kroah-Hartman
On Wed, Dec 04, 2013 at 03:24:11PM +0800, ZHAO Gang wrote: 1. As TODO list suggested, do this sort of things to reduce split lines: struct fbr_lookup *fbr; fbr = rx_local-fbr[id]; Then replace all the instances of rx_local-fbr[id] with fbr. 2. Some code style change

[PATCH 01/11] staging: et131x: make some tweaks to reduce split lines

2013-12-03 Thread ZHAO Gang
1. As TODO list suggested, do this sort of things to reduce split lines: struct fbr_lookup *fbr; fbr = rx_local-fbr[id]; Then replace all the instances of rx_local-fbr[id] with fbr. 2. Some code style change Signed-off-by: ZHAO Gang gamer...@gmail.com ---