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

RE: [PATCH] staging: unisys: fix CamelCase methods/variables in virthba.c

2014-11-17 Thread Depro, Kenneth J
This patch fixes the CamelCase checks for methods/variables in virthba.c found with the checkpatch script. Signed-off-by: Ken Depro kenneth.de...@unisys.com --- drivers/staging/unisys/virthba/virthba.c | 122 +++--- 1 file changed, 61 insertions(+), 61 deletions(-)

RE: [PATCH] staging: unisys: Remove chanstub files While fixing the CamelCase checks for the functions [...]

2014-11-07 Thread Depro, Kenneth J
Subject: [PATCH] staging: unisys: Remove chanstub files While fixing the CamelCase checks for the functions in the chanstub source and header files, I discovered they are no longer being used. This patch removes the two chanstub files, and deletes the #include ... [...] -- 1.7.9.5

RE: [PATCH] staging: unisys: Remove chanstub files While fixing the CamelCase checks for the functions in the chanstub source and header files, I discovered they are no longer being used. This patch r

2014-11-07 Thread Depro, Kenneth J
On Fri, Nov 07, 2014 at 12:51:34PM -0500, Ken Depro wrote: Signed-off-by: Ken Depro kenneth.de...@unisys.com Your Subject: is a bit long... Sorry about that. I noticed it after it was posted. I resubmitted the patch after fixing up the Subject/comment merge. Ken

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
the original apply failure). Ken -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Thursday, November 06, 2014 11:09 AM To: Depro, Kenneth J Cc: j...@redhat.com; driverdev-devel@linuxdriverproject.org; *S-Par-Maintainer Subject: Re: [PATCH] staging: unisys: Remove

RE: [PATCH] staging: unisys: Fix CamelCase params in SignalInsert_withLock

2014-11-06 Thread Depro, Kenneth J
If you're going to rename things, you may as well get rid of the p. And fix the function name as well... Denis, I had planned on fixing the function name in a separate patch since I thought that would constitute two separate work items and also generate a larger set of patches. From your