All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] staging: solo6x10: General cleaning with ./scripts/checkpatch.pl
@ 2012-06-21 19:53 Ezequiel Garcia
  2012-07-10 15:57 ` Ezequiel Garcia
  0 siblings, 1 reply; 2+ messages in thread
From: Ezequiel Garcia @ 2012-06-21 19:53 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, Ben Collins

Hi Mauro,

This patchset aims at cleaning most issues reported by ./scripts/checkpatch.pl.
I'm not sure if all of them are useful, so if you feel any of the
patches are too dumb just drop it.

I'm Ccing the author Ben Collins, dispite he's no longer working for
the device manufacturer Bluecherry.

The patches are based on today's linux-next; I hope this is okey.
As I don't own this device, I can't provide any test beyond compilation.

Ezequiel Garcia (10):
 staging: solo6x10: Avoid extern declaration by reworking module parameter
 staging: solo6x10: Fix several over 80 character lines
 staging: solo6x10: Declare static const array properly
 staging: solo6x10: Merge quoted string split across lines
 staging: solo6x10: Replace printk(KERN_WARNING with dev_warn
 staging: solo6x10: Remove format type mismatch warning
 staging: solo6x10: Use DEFINE_PCI_DEVICE_TABLE for struct pci_device_id
 staging: solo6x10: Replace C++ style comment with C style
 staging: solo6x10: Use linux/{io,uaccess}.h instead of asm/{io,uaccess}.h
 staging: solo6x10: Fix TODO file with proper maintainer

 drivers/staging/media/solo6x10/TODO       |    2 +-
 drivers/staging/media/solo6x10/core.c     |   14 ++++++---
 drivers/staging/media/solo6x10/gpio.c     |    2 +-
 drivers/staging/media/solo6x10/i2c.c      |    3 +-
 drivers/staging/media/solo6x10/p2m.c      |    8 +++---
 drivers/staging/media/solo6x10/solo6x10.h |    6 ++--
 drivers/staging/media/solo6x10/tw28.c     |    6 ++--
 drivers/staging/media/solo6x10/v4l2-enc.c |   39 ++++++++++++++---------------
 drivers/staging/media/solo6x10/v4l2.c     |   25 +++++++++---------
 9 files changed, 54 insertions(+), 51 deletions(-)

Regards,
Ezequiel.

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

* Re: [PATCH 0/10] staging: solo6x10: General cleaning with ./scripts/checkpatch.pl
  2012-06-21 19:53 [PATCH 0/10] staging: solo6x10: General cleaning with ./scripts/checkpatch.pl Ezequiel Garcia
@ 2012-07-10 15:57 ` Ezequiel Garcia
  0 siblings, 0 replies; 2+ messages in thread
From: Ezequiel Garcia @ 2012-07-10 15:57 UTC (permalink / raw)
  To: ismael.luceno; +Cc: linux-media, Mauro Carvalho Chehab, Devendra Naga

Hi Ismael,

On Thu, Jun 21, 2012 at 4:53 PM, Ezequiel Garcia <elezegarcia@gmail.com> wrote:
> Hi Mauro,
>
> This patchset aims at cleaning most issues reported by ./scripts/checkpatch.pl.
> I'm not sure if all of them are useful, so if you feel any of the
> patches are too dumb just drop it.
>
> I'm Ccing the author Ben Collins, dispite he's no longer working for
> the device manufacturer Bluecherry.
>
> The patches are based on today's linux-next; I hope this is okey.
> As I don't own this device, I can't provide any test beyond compilation.
>
> Ezequiel Garcia (10):
>  staging: solo6x10: Avoid extern declaration by reworking module parameter
>  staging: solo6x10: Fix several over 80 character lines
>  staging: solo6x10: Declare static const array properly
>  staging: solo6x10: Merge quoted string split across lines
>  staging: solo6x10: Replace printk(KERN_WARNING with dev_warn
>  staging: solo6x10: Remove format type mismatch warning
>  staging: solo6x10: Use DEFINE_PCI_DEVICE_TABLE for struct pci_device_id
>  staging: solo6x10: Replace C++ style comment with C style
>  staging: solo6x10: Use linux/{io,uaccess}.h instead of asm/{io,uaccess}.h
>  staging: solo6x10: Fix TODO file with proper maintainer
>
>  drivers/staging/media/solo6x10/TODO       |    2 +-
>  drivers/staging/media/solo6x10/core.c     |   14 ++++++---
>  drivers/staging/media/solo6x10/gpio.c     |    2 +-
>  drivers/staging/media/solo6x10/i2c.c      |    3 +-
>  drivers/staging/media/solo6x10/p2m.c      |    8 +++---
>  drivers/staging/media/solo6x10/solo6x10.h |    6 ++--
>  drivers/staging/media/solo6x10/tw28.c     |    6 ++--
>  drivers/staging/media/solo6x10/v4l2-enc.c |   39 ++++++++++++++---------------
>  drivers/staging/media/solo6x10/v4l2.c     |   25 +++++++++---------
>  9 files changed, 54 insertions(+), 51 deletions(-)
>
> Regards,
> Ezequiel.

I'm sending you this patch set because I saw on bluecherry blog that
you're working there,
replacing Ben Collins (author of solo6x10). Please correct me if I'm wrong.

I wonder if you could review this series, test, ack or even nack them :-)
They are mostly style fixes, so there shouldn't be any problems.

Thanks,
Ezequiel.

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

end of thread, other threads:[~2012-07-10 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21 19:53 [PATCH 0/10] staging: solo6x10: General cleaning with ./scripts/checkpatch.pl Ezequiel Garcia
2012-07-10 15:57 ` Ezequiel Garcia

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.