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:
parent
857eef411c
commit
421343a438
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue