All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] staging: media: atomisp: Fix multiple checkpatch issues.
@ 2017-03-04 14:33 Varsha Rao
  2017-03-04 14:37 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Varsha Rao @ 2017-03-04 14:33 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Greg Kroah-Hartman; +Cc: outreachy-kernel

Fixes multiple checkpatch issues in media driver. 

Varsha Rao (9):
  staging: media: atomisp: Removed unnecessary parentheses.
  staging: media: atomisp: Fix line over 80 characters.
  staging: media: atomisp: Added spaces around arithmetic and bitwise
    operators.
  staging: media: atomisp: Replace 'uint32_t' with kernel type u32.
  staging: media: atomisp: Fix block comments warning.
  staging: media: atomisp: Removes the FSF mailing address.
  staging: media: atomisp: Use unsigned int instead of unsigned.
  staging: media: atomisp: Fixed typo.
  staging: media: atomisp: Replace NULL comparison.

 drivers/staging/media/atomisp/i2c/gc0310.c         | 22 +++++++--------
 drivers/staging/media/atomisp/i2c/gc2235.c         | 24 +++++++----------
 drivers/staging/media/atomisp/i2c/ov2680.c         | 30 +++++++++------------
 drivers/staging/media/atomisp/i2c/ov2722.c         | 31 ++++++++++------------
 drivers/staging/media/atomisp/i2c/ov5693/ov5693.c  |  2 +-
 drivers/staging/media/atomisp/i2c/ov8858.c         |  2 +-
 .../css2400/isp/kernels/bnlm/ia_css_bnlm.host.c    | 16 +++++------
 .../isp/kernels/macc/macc1_5/ia_css_macc1_5.host.c | 16 +++++------
 .../isp/kernels/macc/macc1_5/ia_css_macc1_5.host.h |  6 ++---
 .../isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.c      |  2 +-
 .../atomisp/pci/atomisp2/css2400/sh_css_mipi.c     | 19 ++++++-------
 11 files changed, 78 insertions(+), 92 deletions(-)

-- 
2.9.3



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

* Re: [Outreachy kernel] [PATCH v2 0/9] staging: media: atomisp: Fix multiple checkpatch issues.
  2017-03-04 14:33 [PATCH v2 0/9] staging: media: atomisp: Fix multiple checkpatch issues Varsha Rao
@ 2017-03-04 14:37 ` Julia Lawall
  2017-03-04 15:03   ` Varsha Rao
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2017-03-04 14:37 UTC (permalink / raw)
  To: Varsha Rao; +Cc: Mauro Carvalho Chehab, Greg Kroah-Hartman, outreachy-kernel

You need to say somewhere why there is a v2, either in the cover letter or
in the individual patches.  If there is no change, you should say that
there is no change.

julia

On Sat, 4 Mar 2017, Varsha Rao wrote:

> Fixes multiple checkpatch issues in media driver.
>
> Varsha Rao (9):
>   staging: media: atomisp: Removed unnecessary parentheses.
>   staging: media: atomisp: Fix line over 80 characters.
>   staging: media: atomisp: Added spaces around arithmetic and bitwise
>     operators.
>   staging: media: atomisp: Replace 'uint32_t' with kernel type u32.
>   staging: media: atomisp: Fix block comments warning.
>   staging: media: atomisp: Removes the FSF mailing address.
>   staging: media: atomisp: Use unsigned int instead of unsigned.
>   staging: media: atomisp: Fixed typo.
>   staging: media: atomisp: Replace NULL comparison.
>
>  drivers/staging/media/atomisp/i2c/gc0310.c         | 22 +++++++--------
>  drivers/staging/media/atomisp/i2c/gc2235.c         | 24 +++++++----------
>  drivers/staging/media/atomisp/i2c/ov2680.c         | 30 +++++++++------------
>  drivers/staging/media/atomisp/i2c/ov2722.c         | 31 ++++++++++------------
>  drivers/staging/media/atomisp/i2c/ov5693/ov5693.c  |  2 +-
>  drivers/staging/media/atomisp/i2c/ov8858.c         |  2 +-
>  .../css2400/isp/kernels/bnlm/ia_css_bnlm.host.c    | 16 +++++------
>  .../isp/kernels/macc/macc1_5/ia_css_macc1_5.host.c | 16 +++++------
>  .../isp/kernels/macc/macc1_5/ia_css_macc1_5.host.h |  6 ++---
>  .../isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.c      |  2 +-
>  .../atomisp/pci/atomisp2/css2400/sh_css_mipi.c     | 19 ++++++-------
>  11 files changed, 78 insertions(+), 92 deletions(-)
>
> --
> 2.9.3
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/58bad051.c18a630a.70a47.c246%40mx.google.com.
> For more options, visit https://groups.google.com/d/optout.
>


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

* Re: [Outreachy kernel] [PATCH v2 0/9] staging: media: atomisp: Fix multiple checkpatch issues.
  2017-03-04 14:37 ` [Outreachy kernel] " Julia Lawall
@ 2017-03-04 15:03   ` Varsha Rao
  0 siblings, 0 replies; 3+ messages in thread
From: Varsha Rao @ 2017-03-04 15:03 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: rvarsha016, mchehab, gregkh


[-- Attachment #1.1: Type: text/plain, Size: 308 bytes --]



On Saturday, March 4, 2017 at 8:07:32 PM UTC+5:30, Julia Lawall wrote:
>
> You need to say somewhere why there is a v2, either in the cover letter or 
> in the individual patches.  If there is no change, you should say that 
> there is no change. 
>
>    I will send a new patchset.

   Thanks,
   Varsha 

[-- Attachment #1.2: Type: text/html, Size: 499 bytes --]

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

end of thread, other threads:[~2017-03-04 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-04 14:33 [PATCH v2 0/9] staging: media: atomisp: Fix multiple checkpatch issues Varsha Rao
2017-03-04 14:37 ` [Outreachy kernel] " Julia Lawall
2017-03-04 15:03   ` Varsha Rao

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.