Commit 63f9fa92 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent e9ad78bc
This diff is collapsed.
...@@ -81,8 +81,10 @@ struct cxusb_state { ...@@ -81,8 +81,10 @@ struct cxusb_state {
}; };
enum cxusb_open_type { enum cxusb_open_type {
CXUSB_OPEN_INIT, CXUSB_OPEN_NONE, CXUSB_OPEN_INIT,
CXUSB_OPEN_ANALOG, CXUSB_OPEN_DIGITAL CXUSB_OPEN_NONE,
CXUSB_OPEN_ANALOG,
CXUSB_OPEN_DIGITAL
}; };
struct cxusb_medion_auxbuf { struct cxusb_medion_auxbuf {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment