Browse Source

Staging: comedi: drivers.c: checkpatch fix

Fix a checkpatch.pl error. Fix struct * foo to struct *foo

Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Mithlesh Thukral 15 years ago
parent
commit
d43d27abf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/comedi/drivers.c

+ 1 - 1
drivers/staging/comedi/drivers.c

@@ -387,7 +387,7 @@ static int insn_rw_emulate_bits(struct comedi_device *dev,
 	return 1;
 	return 1;
 }
 }
 
 
-static inline unsigned long uvirt_to_kva(pgd_t * pgd, unsigned long adr)
+static inline unsigned long uvirt_to_kva(pgd_t *pgd, unsigned long adr)
 {
 {
 	unsigned long ret = 0UL;
 	unsigned long ret = 0UL;
 	pmd_t *pmd;
 	pmd_t *pmd;