Re: [PATCH v2 2/8] Staging: kpc2000: kpc_dma: Resolve coding style errors reported by checkpatch.

From: Vandana BN
Date: Mon May 13 2019 - 06:45:09 EST



On 13/05/19 2:12 PM, Greg KH wrote:
> On Mon, May 13, 2019 at 05:09:54AM +0530, Vandana BN wrote:
>> This patch resolves below errors reported by checkpatch
>> ERROR: "(foo*)" should be "(foo *)"
>> ERROR: "foo * bar" should be "foo *bar"
>> ERROR: "foo __init bar" should be "foo __init bar"
>> ERROR: "foo __exit bar" should be "foo __exit bar"
>>
>> Signed-off-by: Vandana BN <bnvandana@xxxxxxxxx>
> Better...
>
> But your subject lines are almost all the same, with some being
> identical to others, yet you are doing different things in each of the
> patch.
>
> So please provide a better subject line saying, in a unique way, exactly
> what you are doing here.
>
> thanks,
>
> greg k-h

Thanks, have sent another patch set with better subject lines.

regards,

Vandana.