All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix issues reported by Coccinelle
@ 2019-09-17 17:27 Saiyam Doshi
  2019-09-17 18:10 ` [v2 " Markus Elfring
  0 siblings, 1 reply; 5+ messages in thread
From: Saiyam Doshi @ 2019-09-17 17:27 UTC (permalink / raw)
  To: agross; +Cc: linux-arm-msm, linux-i2c, linux-kernel, markus.elfring

Using cocciecheck to ensure there are no semantic issues in
i2c-qup driver.

Refer below links for more information.
http://coccinelle.lip6.fr
https://bottest.wiki.kernel.org/coccicheck

Changes in v2:
* Updated changelog as suggested by Markus Elfring.

v1:
https://patchwork.ozlabs.org/cover/1163043/

Saiyam Doshi (3):
  i2c: qup: remove explicit conversion to boolean
  i2c: qup: Remove dev_err() log after platform_get_irq*() failure
  i2c: qup: Use devm_platform_ioremap_resource helper

 drivers/i2c/busses/i2c-qup.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

--
2.20.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v2 0/3] Fix issues reported by Coccinelle
  2019-09-17 17:27 [PATCH v2 0/3] Fix issues reported by Coccinelle Saiyam Doshi
@ 2019-09-17 18:10 ` Markus Elfring
  2019-09-17 18:14   ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Markus Elfring @ 2019-09-17 18:10 UTC (permalink / raw)
  To: Saiyam Doshi, Andy Gross; +Cc: linux-arm-msm, linux-i2c, linux-kernel

> Using cocciecheck to ensure there are no semantic issues in
> i2c-qup driver.

* This wording contains a typo.

* I would prefer to refer to a desired reduction of a few
  source code quality concerns.


> Changes in …

Can such a prefix be omitted?

Regards,
Markus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v2 0/3] Fix issues reported by Coccinelle
  2019-09-17 18:10 ` [v2 " Markus Elfring
@ 2019-09-17 18:14   ` Wolfram Sang
  2019-09-17 18:22     ` Markus Elfring
  2019-09-22 17:09     ` Saiyam Doshi
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfram Sang @ 2019-09-17 18:14 UTC (permalink / raw)
  To: Markus Elfring
  Cc: Saiyam Doshi, Andy Gross, linux-arm-msm, linux-i2c, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

On Tue, Sep 17, 2019 at 08:10:45PM +0200, Markus Elfring wrote:
> > Using cocciecheck to ensure there are no semantic issues in
> > i2c-qup driver.
> 
> * This wording contains a typo.

Doesn't matter to me for a cover letter as long as we can understand it.

> * I would prefer to refer to a desired reduction of a few
>   source code quality concerns.

Not needed. I understand what is going on here.

> > Changes in …
> 
> Can such a prefix be omitted?

Why? I think it makes sense?


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v2 0/3] Fix issues reported by Coccinelle
  2019-09-17 18:14   ` Wolfram Sang
@ 2019-09-17 18:22     ` Markus Elfring
  2019-09-22 17:09     ` Saiyam Doshi
  1 sibling, 0 replies; 5+ messages in thread
From: Markus Elfring @ 2019-09-17 18:22 UTC (permalink / raw)
  To: Wolfram Sang, Saiyam Doshi
  Cc: Andy Gross, linux-arm-msm, linux-i2c, linux-kernel

>> * I would prefer to refer to a desired reduction of a few
>>   source code quality concerns.
>
> Not needed. I understand what is going on here.

I suggest to reconsider the interpretation of “ensurance”
after only a few source code places were adjusted.


>>> Changes in …
>>
>> Can such a prefix be omitted?
>
> Why? I think it makes sense?

Can the specification of a version identifier be occasionally
sufficient already?

Regards,
Markus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [v2 0/3] Fix issues reported by Coccinelle
  2019-09-17 18:14   ` Wolfram Sang
  2019-09-17 18:22     ` Markus Elfring
@ 2019-09-22 17:09     ` Saiyam Doshi
  1 sibling, 0 replies; 5+ messages in thread
From: Saiyam Doshi @ 2019-09-22 17:09 UTC (permalink / raw)
  To: Wolfram Sang, Markus.Elfring
  Cc: Andy Gross, linux-arm-msm, linux-i2c, linux-kernel

On Tue, Sep 17, 2019 at 08:14:23PM +0200, Wolfram Sang wrote:
> On Tue, Sep 17, 2019 at 08:10:45PM +0200, Markus Elfring wrote:
> > > Using cocciecheck to ensure there are no semantic issues in
> > > i2c-qup driver.
> > 
> > * This wording contains a typo.
> 
> Doesn't matter to me for a cover letter as long as we can understand it.
> 
> > * I would prefer to refer to a desired reduction of a few
> >   source code quality concerns.
> 
> Not needed. I understand what is going on here.

Markus - By "ensure", I mean there are no further cocciecheck issues at this
point in time. And further, what changed is covered in individual patch
changelog. So, I think this information is fine in cover.

> > Can such a prefix be omitted?
Can be, but I like to keep it.

Thanks for review.

-Saiyam

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-22 17:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 17:27 [PATCH v2 0/3] Fix issues reported by Coccinelle Saiyam Doshi
2019-09-17 18:10 ` [v2 " Markus Elfring
2019-09-17 18:14   ` Wolfram Sang
2019-09-17 18:22     ` Markus Elfring
2019-09-22 17:09     ` Saiyam Doshi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.