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>
This commit is contained in:
Ebru Akagunduz 2014-03-07 16:23:43 +02:00 committed by Greg Kroah-Hartman
parent 857eef411c
commit 421343a438

View 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 */