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