[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190513084217.GA17959@kroah.com>
Date: Mon, 13 May 2019 10:42:17 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Vandana BN <bnvandana@...il.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
lukas.bulwahn@...il.com,
linux-kernel-mentees@...ts.linuxfoundation.org,
skhan@...uxfoundation.org
Subject: Re: [PATCH v2 2/8] Staging: kpc2000: kpc_dma: Resolve coding style
errors reported by checkpatch.
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@...il.com>
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
Powered by blists - more mailing lists