summaryrefslogtreecommitdiff
path: root/drivers/staging/most/mostcore/mostcore.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-10-29 07:44:08 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-16 04:02:47 (GMT)
commitfabb93f18fdbb1b9eebb799fd7b69610799f25a9 (patch)
tree11aeb77411110b29f833c2522ddcf01bbeae2aa6 /drivers/staging/most/mostcore/mostcore.h
parent25e168a4a367eca8bdab3456ac73758290e8aab5 (diff)
downloadlinux-fabb93f18fdbb1b9eebb799fd7b69610799f25a9.tar.xz
staging: most: remove multiple blank lines
This patch removes multiple blank lines found by checkpatch. CHECK: Please don't use multiple blank lines Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/mostcore/mostcore.h')
-rw-r--r--drivers/staging/most/mostcore/mostcore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/most/mostcore/mostcore.h b/drivers/staging/most/mostcore/mostcore.h
index e148b32..bda3850 100644
--- a/drivers/staging/most/mostcore/mostcore.h
+++ b/drivers/staging/most/mostcore/mostcore.h
@@ -60,7 +60,6 @@ enum most_channel_data_type {
MOST_CH_SYNC = 1 << 5,
};
-
enum mbo_status_flags {
/* MBO was processed successfully (data was send or received )*/
MBO_SUCCESS = 0,
@@ -317,5 +316,4 @@ int most_start_channel(struct most_interface *iface, int channel_idx,
int most_stop_channel(struct most_interface *iface, int channel_idx,
struct most_aim *);
-
#endif /* MOST_CORE_H_ */