]> git.baikalelectronics.ru Git - kernel.git/commit
<linux/phy.h>: coding style fixes
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 5 Jan 2014 00:20:17 +0000 (03:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jan 2014 00:27:58 +0000 (19:27 -0500)
commit07e02e40f0c7175c587722de2fc91d710927d831
treeb21cbe1e1bcd6d90149df801d3ec450491002759
parent057bd15d3f0d0eff7aa912370128cc4674b9cf0c
<linux/phy.h>: coding style fixes

Running 'checkpatch.pl' gives some errors and warnings:

- no spaces around =;

- * separated by space from the function name;

- { in function definition not on a separate line;

- line over 80 characters.

While fixing these, also fix the following style issues:

- file name in the heading comment;

- alignment not matching open paren.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/phy.h