Re: [PATCH] staging: fwserial: Fix coding style problems

2015-11-30 Thread Greg KH
On Mon, Nov 30, 2015 at 12:44:43PM +0530, Rajan Vaja wrote: > Fix below coding style problems reported by checkpatch: > - Check for pointer comparisons to NULL > - No space after a cast That's two different things, please break this into two different patches. thanks, greg k-h -- To

Re: [PATCH] staging: fwserial: Fix coding style problems

2015-11-30 Thread Greg KH
On Mon, Nov 30, 2015 at 12:44:43PM +0530, Rajan Vaja wrote: > Fix below coding style problems reported by checkpatch: > - Check for pointer comparisons to NULL > - No space after a cast That's two different things, please break this into two different patches. thanks, greg k-h -- To

[PATCH] staging: fwserial: Fix coding style problems

2015-11-29 Thread Rajan Vaja
Fix below coding style problems reported by checkpatch: - Check for pointer comparisons to NULL - No space after a cast Signed-off-by: Rajan Vaja --- drivers/staging/fwserial/dma_fifo.c | 10 +- drivers/staging/fwserial/fwserial.c | 18 +- 2 files changed, 14

[PATCH] staging: fwserial: Fix coding style problems

2015-11-29 Thread Rajan Vaja
Fix below coding style problems reported by checkpatch: - Check for pointer comparisons to NULL - No space after a cast Signed-off-by: Rajan Vaja --- drivers/staging/fwserial/dma_fifo.c | 10 +- drivers/staging/fwserial/fwserial.c | 18 +- 2