Skip to content

Commit ef1806a

Browse files
321lipengdavem330
authored andcommitted
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: Peng Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent eed0031 commit ef1806a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/net/wan/pc300too.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ static unsigned int CLOCK_BASE;
5454

5555
enum { PC300_RSV = 1, PC300_X21, PC300_TE }; /* card types */
5656

57-
/*
58-
* PLX PCI9050-1 local configuration and shared runtime registers.
57+
/* PLX PCI9050-1 local configuration and shared runtime registers.
5958
* This structure can be used to access 9050 registers (memory mapped).
6059
*/
6160
typedef struct {

0 commit comments

Comments
 (0)