Skip to content

Commit 6855d30

Browse files
321lipengdavem330
authored andcommitted
net: pci200syn: 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 8e7680c commit 6855d30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/net/wan/pci200syn.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
static int pci_clock_freq = 33000000;
4343
#define CLOCK_BASE pci_clock_freq
4444

45-
/*
46-
* PLX PCI9052 local configuration and shared runtime registers.
45+
/* PLX PCI9052 local configuration and shared runtime registers.
4746
* This structure can be used to access 9052 registers (memory mapped).
4847
*/
4948
typedef struct {

0 commit comments

Comments
 (0)