mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 23:13:38 -04:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user