mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 15:41:58 +00:00
staging: dgnc: Fixed line over 80 characters long
This is a patch that fixes line over 80 characters coding style warning detected by checkpatch.pl. WARNING: line over 80 characters Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4579ec9af0
commit
4ddc2f06c8
@ -148,7 +148,8 @@ long dgnc_mgmt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
||||
di.info_bdstate = dgnc_Board[brd]->dpastatus;
|
||||
di.info_ioport = 0;
|
||||
di.info_physaddr = (ulong) dgnc_Board[brd]->membase;
|
||||
di.info_physsize = (ulong) dgnc_Board[brd]->membase - dgnc_Board[brd]->membase_end;
|
||||
di.info_physsize = (ulong) dgnc_Board[brd]->membase
|
||||
- dgnc_Board[brd]->membase_end;
|
||||
if (dgnc_Board[brd]->state != BOARD_FAILED)
|
||||
di.info_nports = dgnc_Board[brd]->nasync;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user