From: Mauro Carvalho Chehab Date: Thu, 15 Nov 2007 12:35:44 +0000 (-0300) Subject: V4L/DVB (6594): Add tuner_err macro X-Git-Tag: v2.6.25-rc1~1235^2~369 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98883cdcb5884bd0f7a89ac36b7170404127b3ea;p=pandora-kernel.git V4L/DVB (6594): Add tuner_err macro Some tuners, like xc3028, need to print error messages. Instead of declaring local macros, create a tuner global macro for printing tuner errors. To preserve CodingStyle on all tuner_macros, a few CodingStyle violations were fixed at the other macros: - lines with more than 80 columns - two statements at the same line The patch also removes the CodingStyle violation of having emacs declarations inside de source code (CodingStyle chapter 18). Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed