summaryrefslogtreecommitdiff
path: root/drivers/media/usb/dvb-usb/cxusb.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-05-29 00:42:57 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-05-29 17:22:42 +0300
commit63f9fa925e021a832d706a7781e7b9c750909368 (patch)
treefef2cc719495f89364ac58403e9be7137f1c9945 /drivers/media/usb/dvb-usb/cxusb.h
parente9ad78bc0c548104bf612c20a7cfdea9b93a0059 (diff)
downloadlinux-63f9fa925e021a832d706a7781e7b9c750909368.tar.xz
media: cxusb: fix several coding style issues
As this driver had a major change, let's take the opportunity and do some coding style cleanup, in order to make it compliant with Kernel's style. This patch was partially done with the help of two tools: ./scripts/checkpatch.pl --fix-inplace --strict astyle --indent=tab=8 --style=linux But manually adjusted in order to fit our style. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/dvb-usb/cxusb.h')
-rw-r--r--drivers/media/usb/dvb-usb/cxusb.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/media/usb/dvb-usb/cxusb.h b/drivers/media/usb/dvb-usb/cxusb.h
index 35e72f571a2c..eb70fbb02680 100644
--- a/drivers/media/usb/dvb-usb/cxusb.h
+++ b/drivers/media/usb/dvb-usb/cxusb.h
@@ -77,12 +77,14 @@ struct cxusb_state {
struct mutex stream_mutex;
u8 last_lock;
int (*fe_read_status)(struct dvb_frontend *fe,
- enum fe_status *status);
+ enum fe_status *status);
};
enum cxusb_open_type {
- CXUSB_OPEN_INIT, CXUSB_OPEN_NONE,
- CXUSB_OPEN_ANALOG, CXUSB_OPEN_DIGITAL
+ CXUSB_OPEN_INIT,
+ CXUSB_OPEN_NONE,
+ CXUSB_OPEN_ANALOG,
+ CXUSB_OPEN_DIGITAL
};
struct cxusb_medion_auxbuf {