Commit 9e39ab27 authored by Vatika Harlalka's avatar Vatika Harlalka Committed by Greg Kroah-Hartman

Staging: dgnc: Removed trailing whitespace to improve readability.

Removed trailing whitespaces to improve code readability and remove checkpatch warning.
Signed-off-by: default avatarVatika Harlalka <vatikaharlalka@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 985d251b
...@@ -398,11 +398,11 @@ struct channel_t { ...@@ -398,11 +398,11 @@ struct channel_t {
/* /*
* Our Global Variables. * Our Global Variables.
*/ */
extern uint dgnc_Major; /* Our driver/mgmt major */ extern uint dgnc_Major; /* Our driver/mgmt major */
extern int dgnc_poll_tick; /* Poll interval - 20 ms */ extern int dgnc_poll_tick; /* Poll interval - 20 ms */
extern spinlock_t dgnc_global_lock; /* Driver global spinlock */ extern spinlock_t dgnc_global_lock; /* Driver global spinlock */
extern uint dgnc_NumBoards; /* Total number of boards */ extern uint dgnc_NumBoards; /* Total number of boards */
extern struct dgnc_board *dgnc_Board[MAXBOARDS]; /* Array of board structs */ extern struct dgnc_board *dgnc_Board[MAXBOARDS]; /* Array of board structs */
extern char *dgnc_state_text[]; /* Array of state text */ extern char *dgnc_state_text[]; /* Array of state text */
#endif #endif
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