On Wed, Dec 4, 2013 at 3:09 PM, Greg Kroah-Hartman
wrote:
> On Wed, Dec 04, 2013 at 01:51:41PM +0800, ZHAO Gang wrote:
>> On Wed, Dec 4, 2013 at 12:38 AM, Greg Kroah-Hartman
>> wrote:
>> > On Sat, Nov 23, 2013 at 12:21:29AM +0800, ZHAO Gang wrote:
>> >> 1. As TODO list suggested, do this sort of
On Wed, Dec 04, 2013 at 01:51:41PM +0800, ZHAO Gang wrote:
> On Wed, Dec 4, 2013 at 12:38 AM, Greg Kroah-Hartman
> wrote:
> > On Sat, Nov 23, 2013 at 12:21:29AM +0800, ZHAO Gang wrote:
> >> 1. As TODO list suggested, do this sort of things to reduce split lines:
> >> struct fbr_lookup *fbr;
On Wed, Dec 4, 2013 at 12:38 AM, Greg Kroah-Hartman
wrote:
> On Sat, Nov 23, 2013 at 12:21:29AM +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 insta
On Sat, Nov 23, 2013 at 12:21:29AM +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 chan
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 changes
Signed-off-by: ZHAO Gang
---
v4 -> v5: split "[PATCH v4 1/5