Staging:dgap: Fix "foo * bar" should be "foo *bar" in dgap.h
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Fri, 7 Mar 2014 14:23:43 +0000 (16:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 23:04:20 +0000 (15:04 -0800)
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>
drivers/staging/dgap/dgap.h

index e21cc31..f0a2e62 100644 (file)
@@ -637,7 +637,7 @@ struct board_t {
        u32             wait_for_bios;
        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 */