Re: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Jens Axboe
On 12/04/2015 03:49 AM, Shah, Yash (Y.) wrote: Hi, Ok I will send all the spaces related error in one single patch. No top posting, please. And don't send anymore of these patches, unless you automate it with coccinelle. As this previous attempt elegantly demonstrated, the risk of introduci

Re: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Jens Axboe
On 12/04/2015 02:21 AM, Shah, Yash (Y.) wrote: From: Yash Shah > -#define copy_key(dest,src) memcpy((dest), (src), sizeof(dvd_key)) -#define copy_chal(dest,src)memcpy((dest), (src), sizeof(dvd_challenge)) +#define copy_key(dest, src)memcpy((dest), (src), sizeof(dvd_key)) +#define co

RE: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Shah, Yash (Y.)
.) Subject: Re: [PATCH] Staging: cdrom: fix space required after that ',' Hi Yash, 2015-12-04 6:21 GMT-03:00 Shah, Yash (Y.) : > From: Yash Shah > > fix space required after that ',' as detected by checkpatch.pl > > Signed-off-by: Yash Shah > --- > dri

Re: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Geyslan G. Bem
Hi Yash, 2015-12-04 6:21 GMT-03:00 Shah, Yash (Y.) : > From: Yash Shah > > fix space required after that ',' as detected by checkpatch.pl > > Signed-off-by: Yash Shah > --- > drivers/cdrom/cdrom.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/cdrom

Re: [PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread kbuild test robot
Hi Yash, [auto build test ERROR on v4.4-rc3] [also build test ERROR on next-20151203] url: https://github.com/0day-ci/linux/commits/Shah-Yash-Y/Staging-cdrom-fix-space-required-after-that/20151204-172315 config: x86_64-randconfig-x015-12041303 (attached as .config) reproduce: # save t

[PATCH] Staging: cdrom: fix space required after that ','

2015-12-04 Thread Shah, Yash (Y.)
From: Yash Shah fix space required after that ',' as detected by checkpatch.pl Signed-off-by: Yash Shah --- drivers/cdrom/cdrom.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c index c206ccd..2d759b6 100644 --- a/dr