Re: [PATCH 4/4] Staging: winbond: wb35rx_s: Fixed coding style issue

2012-11-08 Thread Adil Mujeeb
On Thu, Nov 8, 2012 at 12:59 PM, Dan Carpenter wrote: > It's better to use more descriptive subjects on the patches. > > This one could probably have been broken into smaller patches > [patch 4/x] Staging: winbond: wb35rx_s: fix white space > [patch 5/x] Staging: winbond: wb35rx_s: fix comments >

Re: [PATCH 4/4] Staging: winbond: wb35rx_s: Fixed coding style issue

2012-11-08 Thread Adil Mujeeb
On Thu, Nov 8, 2012 at 12:59 PM, Dan Carpenter dan.carpen...@oracle.com wrote: It's better to use more descriptive subjects on the patches. This one could probably have been broken into smaller patches [patch 4/x] Staging: winbond: wb35rx_s: fix white space [patch 5/x] Staging: winbond:

Re: [PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-11-07 Thread Adil Mujeeb
Hi, On Wed, Oct 24, 2012 at 12:15 AM, Greg KH wrote: > On Tue, Oct 23, 2012 at 03:41:08PM +0530, Adil Mujeeb wrote: >> On Tue, Oct 23, 2012 at 2:04 AM, Greg KH wrote: >> > On Fri, Oct 12, 2012 at 10:07:06PM +0530, Adil Mujeeb wrote: >> >> >> >> winbond

[PATCH 4/4] Staging: winbond: wb35rx_s: Fixed coding style issue

2012-11-07 Thread Adil Mujeeb
Fixed checpatch.pl reported ERRORs (excluding WARNING of line over 80 characters) Signed-off-by: Adil Mujeeb --- drivers/staging/winbond/wb35rx_s.h | 62 ++-- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/drivers/staging/winbond/wb35rx_s.h b

[PATCH 3/4] Staging: winbond: wb35rx_f: Fixed coding style issues

2012-11-07 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERRORs Signed-off-by: Adil Mujeeb --- drivers/staging/winbond/wb35rx_f.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/winbond/wb35rx_f.h b/drivers/staging/winbond/wb35rx_f.h index 1fdf65e..559bdca 100644

[PATCH 2/4] Staging: winbond: mds: Fixed coding style issues

2012-11-07 Thread Adil Mujeeb
Removed printk tracing call Signed-off-by: Adil Mujeeb --- drivers/staging/winbond/mds.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/winbond/mds.c b/drivers/staging/winbond/mds.c index 43990e8..faa93f0 100644 --- a/drivers/staging/winbond/mds.c

[PATCH 0/4] Staging: winbond: wbusb: Fixed coding style issue

2012-11-07 Thread Adil Mujeeb
winbond directory files have lots of coding style issues. The patch set tries to remove *most* (if not all) of the coding style issues. checkpatch.pl script can still complain but major part of the serious coding style issues have been rectified. -- To unsubscribe from this list: send the

[PATCH 1/4] Staging: winbond: wbusb: Fixed coding style issue

2012-11-07 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb --- drivers/staging/winbond/wbusb.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c index 48aa136..3fa1ae4 100644 --- a/drivers

[PATCH 0/4] Staging: winbond: wbusb: Fixed coding style issue

2012-11-07 Thread Adil Mujeeb
winbond directory files have lots of coding style issues. The patch set tries to remove *most* (if not all) of the coding style issues. checkpatch.pl script can still complain but major part of the serious coding style issues have been rectified. -- To unsubscribe from this list: send the

[PATCH 1/4] Staging: winbond: wbusb: Fixed coding style issue

2012-11-07 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- drivers/staging/winbond/wbusb.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c index 48aa136..3fa1ae4

[PATCH 2/4] Staging: winbond: mds: Fixed coding style issues

2012-11-07 Thread Adil Mujeeb
Removed printk tracing call Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- drivers/staging/winbond/mds.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/staging/winbond/mds.c b/drivers/staging/winbond/mds.c index 43990e8..faa93f0 100644 --- a/drivers

[PATCH 3/4] Staging: winbond: wb35rx_f: Fixed coding style issues

2012-11-07 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERRORs Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- drivers/staging/winbond/wb35rx_f.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/winbond/wb35rx_f.h b/drivers/staging/winbond/wb35rx_f.h index 1fdf65e

[PATCH 4/4] Staging: winbond: wb35rx_s: Fixed coding style issue

2012-11-07 Thread Adil Mujeeb
Fixed checpatch.pl reported ERRORs (excluding WARNING of line over 80 characters) Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- drivers/staging/winbond/wb35rx_s.h | 62 ++-- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/drivers/staging

Re: [PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-11-07 Thread Adil Mujeeb
Hi, On Wed, Oct 24, 2012 at 12:15 AM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Oct 23, 2012 at 03:41:08PM +0530, Adil Mujeeb wrote: On Tue, Oct 23, 2012 at 2:04 AM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Oct 12, 2012 at 10:07:06PM +0530, Adil Mujeeb wrote: winbond

Re: [PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-10-23 Thread Adil Mujeeb
On Tue, Oct 23, 2012 at 2:04 AM, Greg KH wrote: > On Fri, Oct 12, 2012 at 10:07:06PM +0530, Adil Mujeeb wrote: >> >> winbond directory files have lots of coding style issues. The patch set >> tries to remove *most* (if not all) of the coding style issues. >> ch

Re: [PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-10-23 Thread Adil Mujeeb
On Tue, Oct 23, 2012 at 2:04 AM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Oct 12, 2012 at 10:07:06PM +0530, Adil Mujeeb wrote: winbond directory files have lots of coding style issues. The patch set tries to remove *most* (if not all) of the coding style issues. checkpatch.pl

Re: [PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-10-21 Thread Adil Mujeeb
Hi Pavel, On Sun, Oct 21, 2012 at 4:12 PM, Pavel Machek wrote: > On Fri 2012-10-12 22:07:06, Adil Mujeeb wrote: >> >> winbond directory files have lots of coding style issues. The patch > set tries to remove *most* (if not all) of the coding style > issues. checkpat

Re: [PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-10-21 Thread Adil Mujeeb
Hi Pavel, On Sun, Oct 21, 2012 at 4:12 PM, Pavel Machek pa...@ucw.cz wrote: On Fri 2012-10-12 22:07:06, Adil Mujeeb wrote: winbond directory files have lots of coding style issues. The patch set tries to remove *most* (if not all) of the coding style issues. checkpatch.pl script is still

[PATCH 10/10] ext4: resize: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issues Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/resize.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/resize.c b/linux-3.7-rc1/fs/ext4/resize.c index 7a75e10..c00bb81 100644 --- a/linux-3.7-rc1/fs

[PATCH 09/10] ext4: namei: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issues Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/namei.c | 135 ++--- 1 files changed, 58 insertions(+), 77 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/namei.c b/linux-3.7-rc1/fs/ext4/namei.c index 6d600a6

[PATCH 08/10] ext4: ioctl: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/ioctl.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ioctl.c b/linux-3.7-rc1/fs/ext4/ioctl.c index 5747f52..a534615 100644 --- a/linux-3.7-rc1/fs/ext4

[PATCH 07/10] ext4: inode: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed coding style issue reported by checkpatch.pl Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/inode.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/inode.c b/linux-3.7-rc1/fs/ext4/inode.c index b3c243b..a174620 100644 --- a/linux

[PATCH 06/10] ext4: ialloc: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed one of checkpatch.pl reported issue Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/ialloc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ialloc.c b/linux-3.7-rc1/fs/ext4/ialloc.c index fa36372..2e63f4a 100644 --- a/linux-3.7-rc1/fs

[PATCH 05/10] ext4: file: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Removed errors reported by checkpatch.pl Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/file.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/file.c b/linux-3.7-rc1/fs/ext4/file.c index bf3966b..17068a7 100644 --- a/linux-3.7-rc1/fs/ext4

[PATCH 04/10] ext4: extents: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/extents.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/extents.c b/linux-3.7-rc1/fs/ext4/extents.c index 1c94cca..599ce00 100644 --- a/linux-3.7-rc1/fs

[PATCH 03/10] ext4: ext4.h: fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed some of issues reported by checkpatch.pl Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/ext4.h | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ext4.h b/linux-3.7-rc1/fs/ext4/ext4.h index 3ab2539..60e3802

[PATCH 02/10] ext4: block_validity: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/block_validity.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/block_validity.c b/linux-3.7-rc1/fs/ext4/block_validity.c index 3f11656..d04018a 100644

[PATCH 01/10] ext4: balloc: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERRORs Signed-off-by: Adil Mujeeb --- linux-3.7-rc1/fs/ext4/balloc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/balloc.c b/linux-3.7-rc1/fs/ext4/balloc.c index 1b50890..395418d 100644 --- a/linux-3.7-rc1/fs

[PATCH 01/10] ext4: balloc: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERRORs Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/balloc.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/balloc.c b/linux-3.7-rc1/fs/ext4/balloc.c index 1b50890..395418d 100644

[PATCH 02/10] ext4: block_validity: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/block_validity.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/block_validity.c b/linux-3.7-rc1/fs/ext4/block_validity.c index 3f11656

[PATCH 03/10] ext4: ext4.h: fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed some of issues reported by checkpatch.pl Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/ext4.h | 27 --- 1 files changed, 12 insertions(+), 15 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ext4.h b/linux-3.7-rc1/fs/ext4/ext4.h index

[PATCH 04/10] ext4: extents: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/extents.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/extents.c b/linux-3.7-rc1/fs/ext4/extents.c index 1c94cca..599ce00 100644

[PATCH 05/10] ext4: file: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Removed errors reported by checkpatch.pl Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/file.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/file.c b/linux-3.7-rc1/fs/ext4/file.c index bf3966b..17068a7 100644

[PATCH 06/10] ext4: ialloc: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed one of checkpatch.pl reported issue Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/ialloc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ialloc.c b/linux-3.7-rc1/fs/ext4/ialloc.c index fa36372..2e63f4a 100644

[PATCH 07/10] ext4: inode: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed coding style issue reported by checkpatch.pl Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/inode.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/inode.c b/linux-3.7-rc1/fs/ext4/inode.c index b3c243b..a174620

[PATCH 08/10] ext4: ioctl: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issue Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/ioctl.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/ioctl.c b/linux-3.7-rc1/fs/ext4/ioctl.c index 5747f52..a534615 100644

[PATCH 09/10] ext4: namei: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issues Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/namei.c | 135 ++--- 1 files changed, 58 insertions(+), 77 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/namei.c b/linux-3.7-rc1/fs/ext4/namei.c

[PATCH 10/10] ext4: resize: Fixed coding style issue

2012-10-16 Thread Adil Mujeeb
Fixed checkpatch.pl reported issues Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.7-rc1/fs/ext4/resize.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-3.7-rc1/fs/ext4/resize.c b/linux-3.7-rc1/fs/ext4/resize.c index 7a75e10..c00bb81 100644

[PATCH 9/9] Staging: winbond: wb35tx_s: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed most of the checkpatch.pl reported ERRORs and WARNINGs. Some "line over 80 characters" warning left. Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wb35tx_s.h | 49 + 1 files changed, 21 insertions(+), 28 deletions(-) diff --git a/lin

[PATCH 8/9] taging: winbond: wb35tx: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed most of the checkpatch.pl reported ERRORs and WARNINGs (still few are there). Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wb35tx.c | 160 +++- 1 files changed, 71 insertions(+), 89 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging

[PATCH 7/9] Staging: winbond: wb35rx_s: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Fixed checpatch.pl reported ERRORs (excluding WARNING of line over 80 characters) Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wb35rx_s.h | 62 +++--- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging

[PATCH 6/9] Staging: winbond: wb35rx_f: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERRORs Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wb35rx_f.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wb35rx_f.h b/linux-3.6-rc7/drivers/staging/winbond

[PATCH 5/9] Staging: winbond: wb35reg: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed some of checkpatch.pl reported ERRORs and WARNING of similar types: 1. trailing statements should be on next line 2. no spaces at the start of a line Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wb35reg.c | 142 +-- 1 files changed, 106

[PATCH 4/9] Staging: winbond: sem_api: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERROR Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/sme_api.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/sme_api.h b/linux-3.6-rc7/drivers/staging/winbond/sme_api.h index

[PATCH 3/9] Staging: winbond: mds: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Removed printk tracing call Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/mds.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/mds.c b/linux-3.6-rc7/drivers/staging/winbond/mds.c index c9f0e8f..d76172e

[PATCH 2/9] Staging: winbond: phy_calibration: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Removed checkpatch.pl script reported ERRORs Signed-off-by: Adil Mujeeb --- .../drivers/staging/winbond/phy_calibration.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/phy_calibration.c b/linux-3.6-rc7/drivers/staging

[PATCH 1/9] Staging: winbond: wbusb: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux-3.6-rc7/drivers

[PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
winbond directory files have lots of coding style issues. The patch set tries to remove *most* (if not all) of the coding style issues. checkpatch.pl script is still complaining (like 80 characters limit) but major part of the serious coding style issues have been rectified. -- To unsubscribe

[PATCH 0/9] Staging: winbond: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
winbond directory files have lots of coding style issues. The patch set tries to remove *most* (if not all) of the coding style issues. checkpatch.pl script is still complaining (like 80 characters limit) but major part of the serious coding style issues have been rectified. -- To unsubscribe

[PATCH 1/9] Staging: winbond: wbusb: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux

[PATCH 2/9] Staging: winbond: phy_calibration: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Removed checkpatch.pl script reported ERRORs Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- .../drivers/staging/winbond/phy_calibration.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/phy_calibration.c b/linux-3.6

[PATCH 3/9] Staging: winbond: mds: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Removed printk tracing call Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/mds.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/mds.c b/linux-3.6-rc7/drivers/staging/winbond/mds.c

[PATCH 4/9] Staging: winbond: sem_api: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERROR Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/sme_api.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/sme_api.h b/linux-3.6-rc7/drivers/staging

[PATCH 5/9] Staging: winbond: wb35reg: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed some of checkpatch.pl reported ERRORs and WARNING of similar types: 1. trailing statements should be on next line 2. no spaces at the start of a line Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wb35reg.c | 142 +-- 1 files

[PATCH 6/9] Staging: winbond: wb35rx_f: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed checkpatch.pl reported ERRORs Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wb35rx_f.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wb35rx_f.h b/linux-3.6-rc7/drivers

[PATCH 7/9] Staging: winbond: wb35rx_s: Fixed coding style issue

2012-10-12 Thread Adil Mujeeb
Fixed checpatch.pl reported ERRORs (excluding WARNING of line over 80 characters) Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wb35rx_s.h | 62 +++--- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/linux-3.6-rc7

[PATCH 8/9] taging: winbond: wb35tx: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed most of the checkpatch.pl reported ERRORs and WARNINGs (still few are there). Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wb35tx.c | 160 +++- 1 files changed, 71 insertions(+), 89 deletions(-) diff --git a/linux-3.6-rc7

[PATCH 9/9] Staging: winbond: wb35tx_s: Fixed coding style issues

2012-10-12 Thread Adil Mujeeb
Fixed most of the checkpatch.pl reported ERRORs and WARNINGs. Some line over 80 characters warning left. Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wb35tx_s.h | 49 + 1 files changed, 21 insertions(+), 28 deletions(-) diff

[PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-10 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux-3.6-rc7/drivers

[PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-10 Thread Adil Mujeeb
Removed unnecessary printk and pr_debug tracing calls Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux

Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
On Tue, Oct 9, 2012 at 10:16 PM, Greg KH wrote: > On Tue, Oct 09, 2012 at 09:22:18AM -0700, Joe Perches wrote: >> On Tue, 2012-10-09 at 21:40 +0530, Adil Mujeeb wrote: >> > Repalces printk's with pr_debug >> [] >> > diff --git a/linux-3.6-rc7/drivers/staging/winb

[PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
Repalces printk's with pr_debug Signed-off-by: Adil Mujeeb --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux-3.6-rc7/drivers/staging/winbond/wbusb.c index

[PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
Repalces printk's with pr_debug Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc7/drivers/staging/winbond/wbusb.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b/linux-3.6-rc7/drivers/staging

Re: [PATCH] Staging: winbond: wbusb: Fixed coding style issue

2012-10-09 Thread Adil Mujeeb
On Tue, Oct 9, 2012 at 10:16 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Oct 09, 2012 at 09:22:18AM -0700, Joe Perches wrote: On Tue, 2012-10-09 at 21:40 +0530, Adil Mujeeb wrote: Repalces printk's with pr_debug [] diff --git a/linux-3.6-rc7/drivers/staging/winbond/wbusb.c b

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Hi, On Thu, Sep 20, 2012 at 10:52 AM, Willy Tarreau wrote: > On Thu, Sep 20, 2012 at 09:19:42AM +0530, Adil Mujeeb wrote: >> On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau wrote: >> > On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: >> >> On Thu, 2

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau wrote: > On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: >> On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: >> > Removed do {} while (0) loop for a single statement macros >> > >> > Signed-off-b

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c b/linux-3.6-rc6/drivers/staging/panel

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c b/linux-3.6-rc6/drivers/staging/panel

Re: Documentation/HOWTO: Broken URL

2012-09-19 Thread Adil Mujeeb
On Wed, Sep 19, 2012 at 2:28 PM, Adil Mujeeb wrote: > Hi, > > I was reading Documentation/HOWTO and it mentions: > > ---8<- > Other excellent descriptions of how to create patches properly are: > "The Perfect Patch" >

Documentation/HOWTO: Broken URL

2012-09-19 Thread Adil Mujeeb
submission format" http://linux.yyz.us/patch-format.html ---8<- The first URL (http://userweb.kernel.org/~akpm/stuff/tpp.txt) seems broken (?) When I tried to access, its getting timed out. Thanks and Regards, Adil Mujeeb -- To unsubscribe fro

Documentation/HOWTO: Broken URL

2012-09-19 Thread Adil Mujeeb
http://linux.yyz.us/patch-format.html ---8- The first URL (http://userweb.kernel.org/~akpm/stuff/tpp.txt) seems broken (?) When I tried to access, its getting timed out. Thanks and Regards, Adil Mujeeb -- To unsubscribe from this list: send the line

Re: Documentation/HOWTO: Broken URL

2012-09-19 Thread Adil Mujeeb
On Wed, Sep 19, 2012 at 2:28 PM, Adil Mujeeb mujeeb.a...@gmail.com wrote: Hi, I was reading Documentation/HOWTO and it mentions: ---8- Other excellent descriptions of how to create patches properly are: The Perfect Patch http

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c b/linux-3.6-rc6

[PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com --- linux-3.6-rc6/drivers/staging/panel/panel.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-3.6-rc6/drivers/staging/panel/panel.c b/linux-3.6-rc6

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau w...@1wt.eu wrote: On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: On Thu, 2012-09-20 at 01:07 +0530, Adil Mujeeb wrote: Removed do {} while (0) loop for a single statement macros Signed-off-by: Adil Mujeeb mujeeb.a...@gmail.com

Re: [PATCH] Staging: panel: Fixed a macro coding style issue

2012-09-19 Thread Adil Mujeeb
Hi, On Thu, Sep 20, 2012 at 10:52 AM, Willy Tarreau w...@1wt.eu wrote: On Thu, Sep 20, 2012 at 09:19:42AM +0530, Adil Mujeeb wrote: On Thu, Sep 20, 2012 at 2:09 AM, Willy Tarreau w...@1wt.eu wrote: On Wed, Sep 19, 2012 at 12:44:58PM -0700, Joe Perches wrote: On Thu, 2012-09-20 at 01:07