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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel