Explorar o código

Staging:dgap: Fix "foo * bar" should be "foo *bar" in dgap.h

Fix checkpatch.pl issues with "foo *  bar" should
be "foo *bar" in dgap.h

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Ebru Akagunduz %!s(int64=11) %!d(string=hai) anos
pai
achega
421343a438
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/staging/dgap/dgap.h

+ 1 - 1
drivers/staging/dgap/dgap.h

@@ -637,7 +637,7 @@ struct board_t {
 	u32		wait_for_bios;
 	u32		wait_for_bios;
 	u32		wait_for_fep;
 	u32		wait_for_fep;
 
 
-	struct cnode *  bd_config;	/* Config of board */
+	struct cnode    *bd_config;	/* Config of board */
 
 
 	u16		nasync;		/* Number of ports on card */
 	u16		nasync;		/* Number of ports on card */