mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 00:15:51 +07:00
staging: dgnc: fix 'line over 80 characters'
fix checkpatch.pl warning about 'line over 80 characters'. Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ea40d674e5
commit
f56edd42ee
@ -390,7 +390,7 @@ extern uint dgnc_major; /* Our driver/mgmt major */
|
||||
extern int dgnc_poll_tick; /* Poll interval - 20 ms */
|
||||
extern spinlock_t dgnc_global_lock; /* Driver global spinlock */
|
||||
extern spinlock_t dgnc_poll_lock; /* Poll scheduling lock */
|
||||
extern uint dgnc_num_boards; /* Total number of boards */
|
||||
extern uint dgnc_num_boards; /* Total number of boards */
|
||||
extern struct dgnc_board *dgnc_board[MAXBOARDS]; /* Array of board
|
||||
* structs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user