[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200212144933.GJ1778@kadam>
Date: Wed, 12 Feb 2020 17:49:33 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Kaaira Gupta <kgupta@...iitr.ac.in>
Cc: devel@...verdev.osuosl.org, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org, Julia Lawall <julia.lawall@...ia.fr>,
Rob Springer <rspringer@...gle.com>,
Todd Poynor <toddpoynor@...gle.com>
Subject: Re: [PATCH v2] staging:gasket:gasket_core.c:unified quoted string
split across lines in one line
On Wed, Feb 12, 2020 at 05:44:24PM +0300, Dan Carpenter wrote:
> On Wed, Feb 12, 2020 at 05:20:35PM +0530, Kaaira Gupta wrote:
> > When the driver tries to map a region, but the region has certain
> > permissions, or when it attempts to open gasket with tgid, or when it
> > realeases device node;
>
> We don't care about any of this information...
>
> > the logs are displayed in one line only while the
> > code has the strings split in two lines which makes it difficult for
> > developers to search for code based on the log messages. So, this patch
> > fixes three warnings of 'quoted string split across lines' in
> > gasket_core.c by merging the strings in one line.
Another perfectly adequate commit message would be:
Fix three checkpatch.pl warnings of 'quoted string split across lines'
in gasket_core.c by merging the strings in one line.
Which is imperative. :) Hooray!
regards,
dan carpenter
Powered by blists - more mailing lists