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 > --- > drivers/staging/unisys/virthba/virthba.c | 130

[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 --- drivers/staging/unisys/virthba/virthba.c | 130 +++

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

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 > > This patch removes unneeded spaces after casts within the virthba.c > file. The checkpatch script was run after these changes, and no > "remove spaces afte

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

2014-11-06 Thread Depro, Kenneth J
: Dan 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

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 > > 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

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<<%d>>devNo<<%d>>", virtpcidev->bus_no, > -virtpcidev->device_no); > - virthbainfo = (struct virthba_info *) scsihost->hostdata; > + LOGINF("virtpcidev busNo<<%d>>devNo<<%d>>", virtpcidev

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

2014-11-06 Thread Ken Depro
From: Ken Depro 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: drivers/stagin

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 > > 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

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

2014-11-05 Thread Ken Depro
From: Ken Depro 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. Signed-off-by: Ken Depro --- dri