summaryrefslogtreecommitdiffstats
path: root/drivers/staging/crystalhd/crystalhd_cmds.h
diff options
context:
space:
mode:
authorArvydas Sidorenko2011-09-08 18:46:08 +0200
committerGreg Kroah-Hartman2011-09-12 16:51:25 +0200
commit831e5bad5f74d6147d2d70587a230687181e4e00 (patch)
treecce900b16be440d309d727f49b6f4192f7401f0e /drivers/staging/crystalhd/crystalhd_cmds.h
parentStaging: cx25821: Fix long lines in cx25821-video-upstream.h (diff)
downloadkernel-qcow2-linux-831e5bad5f74d6147d2d70587a230687181e4e00.tar.gz
kernel-qcow2-linux-831e5bad5f74d6147d2d70587a230687181e4e00.tar.xz
kernel-qcow2-linux-831e5bad5f74d6147d2d70587a230687181e4e00.zip
drivers/staging/crystalhd/: Fix a coding style issues
crystalhd_fw_if.h: indentation fix (spaces to tabs) The rest are brackets. NOTE: there are quite some 80 character warnings, but they look in place, comments mostly on the right next to the constants and stuff like that. I haven't touched them, since this rule is 'going away', but in case you would like it to be fixed, let me know. I'm sending 2 patches, but it they aren't connected in any way, so doesn't matter the apply order. It's just a cleanup. P.S sorry for the first lame patches a couple of days ago Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/crystalhd/crystalhd_cmds.h')
-rw-r--r--drivers/staging/crystalhd/crystalhd_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_cmds.h b/drivers/staging/crystalhd/crystalhd_cmds.h
index 10130296601f..f0a2796045c2 100644
--- a/drivers/staging/crystalhd/crystalhd_cmds.h
+++ b/drivers/staging/crystalhd/crystalhd_cmds.h
@@ -36,7 +36,7 @@
#include "crystalhd_misc.h"
#include "crystalhd_hw.h"
-enum crystalhd_state{
+enum crystalhd_state {
BC_LINK_INVALID = 0x00,
BC_LINK_INIT = 0x01,
BC_LINK_CAP_EN = 0x02,