Commit 421343a4 authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman

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: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 857eef41
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment