[media] siano: get rid of CammelCase from smscoreapi.h
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 11:49:43 +0000 (08:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Mar 2013 13:03:16 +0000 (10:03 -0300)
commitdfef84fc135832ad5c270758b6834fcb4bf448fc
treebcf5373af316c462196221b60072f02ea387b890
parentc8b8fdb39dabef67307df884212401c20877d9d2
[media] siano: get rid of CammelCase from smscoreapi.h

It is almost impossible to see a compliant with checkpatch.pl
on those Siano drivers, as there are simply too much violations
on it. So, now that a big change was done, the better is to
cleanup the checkpatch compliants.

Let's first replace all CammelCase symbols found at smscoreapi.h
using camel_case namespace. That removed 144 checkpatch.pl
compliants on this file. Of course, the other files need to be
fixed accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/siano/sms-cards.c
drivers/media/common/siano/smscoreapi.c
drivers/media/common/siano/smscoreapi.h
drivers/media/common/siano/smsdvb-debugfs.c
drivers/media/common/siano/smsdvb-main.c
drivers/media/common/siano/smsdvb.h
drivers/media/common/siano/smsendian.c
drivers/media/mmc/siano/smssdio.c
drivers/media/usb/siano/smsusb.c
This page took 0.027745 seconds and 5 git commands to generate.