Re: [PATCH 2/2] Drivers: staging: dgap: checkpatch.pl cleanups

2013-12-01 Thread Dan Carpenter
On Sun, Dec 01, 2013 at 05:43:09PM +0200, Aldo Iljazi wrote: > #define DIGI_DLREQ_GET (('d'<<8) | 220) > @@ -57,7 +57,7 @@ struct downldio { > #define DIGI_NUKE_RESET_ALL (1 << 31) > #define DIGI_NUKE_INHIBIT_POLLER (1 << 30) > #define DIGI_NUKE_BRD_NUMB0x0f > - > + > >

[PATCH 2/2] Drivers: staging: dgap: checkpatch.pl cleanups

2013-12-01 Thread Aldo Iljazi
A few checkpatch cleanups, particularly: Lines 26, 60: Removed trailing whitespace. Lines 36-38, 42-44, 47: Removed spaces at the start of the lines. Signed-off-by: Aldo Iljazi --- drivers/staging/dgap/dgap_downld.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-