diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-01-15 00:40:45 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-07 10:04:10 -0800 |
commit | 5e5ccb48c1b63eef9bc7a85ae3184faa56f78e98 (patch) | |
tree | fc12fac08f971cca28e4d6a572c660db7245c25c | |
parent | 818cc6fe92076cb15312ba2c047988d4d9b1f6bb (diff) |
staging: dgap: Fix trailing whitespace in dgap_downld.h
This patch fixed trailing whitespace found by checkpatch.pl
in staging/dgap/dgap_downld.h
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Lidza Louina <Lidza.Louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/dgap/dgap_downld.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/dgap/dgap_downld.h b/drivers/staging/dgap/dgap_downld.h index 271ac19257f9..910a45d3f1f7 100644 --- a/drivers/staging/dgap/dgap_downld.h +++ b/drivers/staging/dgap/dgap_downld.h @@ -23,7 +23,7 @@ */ /* -** downld.h +** downld.h ** - describes the interface between the user level download process ** and the concentrator download driver. */ @@ -57,7 +57,7 @@ struct downldio { #define DIGI_NUKE_RESET_ALL (1 << 31) #define DIGI_NUKE_INHIBIT_POLLER (1 << 30) #define DIGI_NUKE_BRD_NUMB 0x0f - + #define DLREQ_BIOS 0 |