Commit ef1806a8 authored by Peng Li's avatar Peng Li Committed by David S. Miller

net: pc300too: fix the comments style issue

Networking block comments don't use an empty /* line,
use /* Comment...
This patch fixes the comments style issues.
Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eed00311
...@@ -54,8 +54,7 @@ static unsigned int CLOCK_BASE; ...@@ -54,8 +54,7 @@ static unsigned int CLOCK_BASE;
enum { PC300_RSV = 1, PC300_X21, PC300_TE }; /* card types */ enum { PC300_RSV = 1, PC300_X21, PC300_TE }; /* card types */
/* /* PLX PCI9050-1 local configuration and shared runtime registers.
* PLX PCI9050-1 local configuration and shared runtime registers.
* This structure can be used to access 9050 registers (memory mapped). * This structure can be used to access 9050 registers (memory mapped).
*/ */
typedef struct { typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment