All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [media] staging: lirc: mostly checkpatch cleanups
@ 2015-09-04 20:04 Maciek Borzecki
  2015-09-04 20:04 ` [PATCH 1/3] [media] staging: lirc: remove unnecessary braces Maciek Borzecki
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maciek Borzecki @ 2015-09-04 20:04 UTC (permalink / raw)
  To: linux-media, devel, Mauro Carvalho Chehab, Jarod Wilson,
	Greg Kroah-Hartman
  Cc: maciek.borzecki

A tiny patch series that addresses warnings or errors identified by
checkpatch.

The patches were first submitted to driver-devel sometime in June.
While on driver-devel, Sudip Mukherjee helped to cleanup all
issues. I'm resending the set to linux-media so that they can be
picked up for the media tree.

The first patch fixes minor warning with unnecessary brakes around
single statement block. The second fixes non-tab indentation. The
third patch does away with a custom dprintk() in favor of dev_dbg and
pr_debug().


Maciek Borzecki (3):
  [media] staging: lirc: remove unnecessary braces
  [media] staging: lirc: fix indentation
  [media] staging: lirc: lirc_serial: use dynamic debugs

 drivers/staging/media/lirc/lirc_imon.c   |  8 ++++----
 drivers/staging/media/lirc/lirc_sasem.c  |  4 ++--
 drivers/staging/media/lirc/lirc_serial.c | 32 ++++++++++----------------------
 3 files changed, 16 insertions(+), 28 deletions(-)

-- 
2.5.1


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

end of thread, other threads:[~2015-09-04 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 20:04 [PATCH 0/3] [media] staging: lirc: mostly checkpatch cleanups Maciek Borzecki
2015-09-04 20:04 ` [PATCH 1/3] [media] staging: lirc: remove unnecessary braces Maciek Borzecki
2015-09-04 20:04 ` [PATCH 2/3] [media] staging: lirc: fix indentation Maciek Borzecki
2015-09-04 20:04 ` [PATCH 3/3] [media] staging: lirc: lirc_serial: use dynamic debugs Maciek Borzecki

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.