All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: media: omap4iss: Fixes multiple checkpatch issues
@ 2015-10-26 13:09 Amarjargal Gundjalam
  2015-10-26 13:09 ` [PATCH 1/6] staging: media: omap4iss: Fixes NULL comparison Amarjargal Gundjalam
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Amarjargal Gundjalam @ 2015-10-26 13:09 UTC (permalink / raw)
  To: outreachy-kernel

This patchset fixes multiple checkpatch checks and warnings.

Amarjargal Gundjalam (6):
  staging: media: omap4iss: Fixes NULL comparison
  staging: media: omap4iss: Fixes misspelling
  staging: media: omap4iss: Replaces bit shift on 1 with BIT Macro
  staging: media: omap4iss: Removes unnecessary blank lines
  staging: media: omap4iss: Matches alignment with open parenthesis
  staging: media: omap4iss: Fixes line break

 drivers/staging/media/omap4iss/iss.c         |   40 ++--
 drivers/staging/media/omap4iss/iss_csi2.c    |    6 +-
 drivers/staging/media/omap4iss/iss_csi2.h    |    4 +-
 drivers/staging/media/omap4iss/iss_ipipe.c   |   26 +--
 drivers/staging/media/omap4iss/iss_ipipe.h   |    4 +-
 drivers/staging/media/omap4iss/iss_ipipeif.c |   24 +-
 drivers/staging/media/omap4iss/iss_ipipeif.h |    8 +-
 drivers/staging/media/omap4iss/iss_regs.h    |  316 +++++++++++++-------------
 drivers/staging/media/omap4iss/iss_resizer.c |   28 ++-
 drivers/staging/media/omap4iss/iss_resizer.h |    6 +-
 drivers/staging/media/omap4iss/iss_video.c   |   19 +-
 11 files changed, 239 insertions(+), 242 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2015-10-27  8:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 13:09 [PATCH 0/6] staging: media: omap4iss: Fixes multiple checkpatch issues Amarjargal Gundjalam
2015-10-26 13:09 ` [PATCH 1/6] staging: media: omap4iss: Fixes NULL comparison Amarjargal Gundjalam
2015-10-26 13:09 ` [PATCH 2/6] staging: media: omap4iss: Fixes misspelling Amarjargal Gundjalam
2015-10-26 13:09 ` [PATCH 3/6] staging: media: omap4iss: Replaces bit shift on 1 with BIT Macro Amarjargal Gundjalam
2015-10-26 14:46   ` [Outreachy kernel] " Julia Lawall
2015-10-26 15:48     ` Amarjargal Gundjalam
2015-10-27  8:01       ` Sudip Mukherjee
2015-10-26 13:09 ` [PATCH 4/6] staging: media: omap4iss: Removes unnecessary blank lines Amarjargal Gundjalam
2015-10-26 13:09 ` [PATCH 5/6] staging: media: omap4iss: Matches alignment with open parenthesis Amarjargal Gundjalam
2015-10-26 13:09 ` [PATCH 6/6] staging: media: omap4iss: Fixes line break Amarjargal Gundjalam

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.