]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: sh-eth: Fix coding style checked by checkpatch.pl
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 30 Nov 2017 23:08:00 +0000 (08:08 +0900)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Jan 2018 18:05:24 +0000 (12:05 -0600)
commitdc14867d0ffea3e4ffcda669780d85bb160871b0
treee06678e815b1252fdc9c0f4482b974286ea4b0d9
parent2099b9f27cebdbee1ff28ccf146c8dba8a922118
net: sh-eth: Fix coding style checked by checkpatch.pl

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 declaration
 - Fix format of block comments
 - Add a blank line after function/struct/union/enum declarations

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/sh_eth.c