RE: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-17 Thread Depro, Kenneth J
This patch removes all of the unnecessary spaces after casts within the virthba.c file. The checkpatch script was run again after these changes, and no remove spaces after casts checks were generated. Signed-off-by: Ken Depro kenneth.de...@unisys.com ---

[PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-07 Thread Ken Depro
This patch removes all of the unnecessary spaces after casts within the virthba.c file. The checkpatch script was run again after these changes, and no remove spaces after casts checks were generated. Signed-off-by: Ken Depro kenneth.de...@unisys.com --- drivers/staging/unisys/virthba/virthba.c

[PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-06 Thread Ken Depro
From: Ken Depro kenneth.de...@unisys.com This patch removes unneeded spaces after casts within the virthba.c file. The checkpatch script was run after these changes, and no remove spaces after casts checks were generated. Later patches will fix the other checkpatch warnings/checks. Conflicts:

Re: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-06 Thread Dan Carpenter
On Thu, Nov 06, 2014 at 10:33:28AM -0500, Ken Depro wrote: - LOGINF(virtpcidev bus_no%ddevNo%d, virtpcidev-bus_no, -virtpcidev-device_no); - virthbainfo = (struct virthba_info *) scsihost-hostdata; + LOGINF(virtpcidev busNo%ddevNo%d, virtpcidev-busNo, +

Re: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-06 Thread Greg KH
On Thu, Nov 06, 2014 at 10:33:28AM -0500, Ken Depro wrote: From: Ken Depro kenneth.de...@unisys.com This patch removes unneeded spaces after casts within the virthba.c file. The checkpatch script was run after these changes, and no remove spaces after casts checks were generated. Later

RE: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-06 Thread Depro, Kenneth J
Carpenter [mailto:dan.carpen...@oracle.com] Sent: Thursday, November 06, 2014 10:55 AM To: Depro, Kenneth J Cc: gre...@linuxfoundation.org; driverdev-devel@linuxdriverproject.org; *S-Par-Maintainer Subject: Re: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c On Thu, Nov

RE: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-06 Thread Depro, Kenneth J
unnecessary spaces after casts in virthba.c On Thu, Nov 06, 2014 at 10:33:28AM -0500, Ken Depro wrote: From: Ken Depro kenneth.de...@unisys.com This patch removes unneeded spaces after casts within the virthba.c file. The checkpatch script was run after these changes, and no remove spaces after

Re: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-06 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Nov 06, 2014 at 10:22:30AM -0600, Depro, Kenneth J wrote: Greg, When I executed the format-patch command, it added the conflict lines below. There was indeed a conflict in this file

[PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-05 Thread Ken Depro
From: Ken Depro kenneth.de...@unisys.com This patch removes unneeded spaces after casts within the virthba.c file. The checkpatch script was run after these changes, and no remove spaces after casts checks were generated. Later patches will fix the other checkpatch warnings/checks.

Re: [PATCH] staging: unisys: Remove unnecessary spaces after casts in virthba.c

2014-11-05 Thread Greg KH
On Wed, Nov 05, 2014 at 04:04:32PM -0500, Ken Depro wrote: From: Ken Depro kenneth.de...@unisys.com This patch removes unneeded spaces after casts within the virthba.c file. The checkpatch script was run after these changes, and no remove spaces after casts checks were generated. Later