Re: [PATCH 01/11] staging: cxt1e1: musycc.c: Use NULL instead of 0

2013-09-30 Thread Sachin Kamat
On 1 October 2013 07:18, Greg KH wrote: > On Fri, Sep 27, 2013 at 09:36:28AM +0530, Sachin Kamat wrote: >> Pointers should be assigned NULL instead of 0. >> >> Signed-off-by: Sachin Kamat >> --- >> Most of the patches in this series will give checkpatch errors related >> to spacing and indentatio

Re: [PATCH 01/11] staging: cxt1e1: musycc.c: Use NULL instead of 0

2013-09-30 Thread Greg KH
On Fri, Sep 27, 2013 at 09:36:28AM +0530, Sachin Kamat wrote: > Pointers should be assigned NULL instead of 0. > > Signed-off-by: Sachin Kamat > --- > Most of the patches in this series will give checkpatch errors related > to spacing and indentation. This is because the driver does not follow >

[PATCH 01/11] staging: cxt1e1: musycc.c: Use NULL instead of 0

2013-09-26 Thread Sachin Kamat
Pointers should be assigned NULL instead of 0. Signed-off-by: Sachin Kamat --- Most of the patches in this series will give checkpatch errors related to spacing and indentation. This is because the driver does not follow the spacing/indentation guidelines provided for the kernel. Fixing the white