Re: [U-Boot] [PATCH] net: sh-eth: Fix coding style checked by checkpatch.pl

2018-01-02 Thread Joe Hershberger
Hi Nobuhiro, On Thu, Nov 30, 2017 at 5:08 PM, Nobuhiro Iwamatsu wrote: > This fixes the chord style checked by checkpatch.pl. > Details of change details are as follows: > > - Fix typo > Change from alligned to aligned. > - Remove whitespace before ',' > - Add spaces preferred around that

Re: [U-Boot] [PATCH] net: sh-eth: Fix coding style checked by checkpatch.pl

2017-12-05 Thread Joe Hershberger
On Thu, Nov 30, 2017 at 5:08 PM, Nobuhiro Iwamatsu wrote: > This fixes the chord style checked by checkpatch.pl. > Details of change details are as follows: > > - Fix typo > Change from alligned to aligned. > - Remove whitespace before ',' > - Add spaces preferred around that '|' > - Fix m

[U-Boot] [PATCH] net: sh-eth: Fix coding style checked by checkpatch.pl

2017-11-30 Thread Nobuhiro Iwamatsu
This fixes the chord style checked by checkpatch.pl. Details of change details are as follows: - Fix typo Change from alligned to aligned. - Remove whitespace before ',' - Add spaces preferred around that '|' - Fix missing a blank line after declarations - Remove space after a cast declar