summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/hdm-dim2
diff options
context:
space:
mode:
authorChaehyun Lim2015-10-29 08:44:08 +0100
committerGreg Kroah-Hartman2015-11-16 05:02:47 +0100
commitfabb93f18fdbb1b9eebb799fd7b69610799f25a9 (patch)
tree11aeb77411110b29f833c2522ddcf01bbeae2aa6 /drivers/staging/most/hdm-dim2
parentstaging: rtl8188eu: goto removed (diff)
downloadkernel-qcow2-linux-fabb93f18fdbb1b9eebb799fd7b69610799f25a9.tar.gz
kernel-qcow2-linux-fabb93f18fdbb1b9eebb799fd7b69610799f25a9.tar.xz
kernel-qcow2-linux-fabb93f18fdbb1b9eebb799fd7b69610799f25a9.zip
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/hdm-dim2')
-rw-r--r--drivers/staging/most/hdm-dim2/dim2_errors.h2
-rw-r--r--drivers/staging/most/hdm-dim2/dim2_hal.h3
-rw-r--r--drivers/staging/most/hdm-dim2/dim2_reg.h3
-rw-r--r--drivers/staging/most/hdm-dim2/dim2_sysfs.h3
4 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/most/hdm-dim2/dim2_errors.h b/drivers/staging/most/hdm-dim2/dim2_errors.h
index 314f7de2be73..5a713df1d1d4 100644
--- a/drivers/staging/most/hdm-dim2/dim2_errors.h
+++ b/drivers/staging/most/hdm-dim2/dim2_errors.h
@@ -19,7 +19,6 @@
extern "C" {
#endif
-
/**
* MOST DIM errors.
*/
@@ -59,7 +58,6 @@ enum dim_errors_t {
DIM_ERR_OVERFLOW,
};
-
#ifdef __cplusplus
}
#endif
diff --git a/drivers/staging/most/hdm-dim2/dim2_hal.h b/drivers/staging/most/hdm-dim2/dim2_hal.h
index ebb7d87a45fc..94ea6c7827f1 100644
--- a/drivers/staging/most/hdm-dim2/dim2_hal.h
+++ b/drivers/staging/most/hdm-dim2/dim2_hal.h
@@ -17,7 +17,6 @@
#include <linux/types.h>
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -66,7 +65,6 @@ struct dim_channel {
u16 done_sw_buffers_number; /*< Done software buffers number. */
};
-
u8 DIM_Startup(void *dim_base_address, u32 mlb_clock);
void DIM_Shutdown(void);
@@ -111,7 +109,6 @@ void DIMCB_IoWrite(u32 *ptr32, u32 value);
void DIMCB_OnError(u8 error_id, const char *error_message);
-
#ifdef __cplusplus
}
#endif
diff --git a/drivers/staging/most/hdm-dim2/dim2_reg.h b/drivers/staging/most/hdm-dim2/dim2_reg.h
index 476f66f4c566..0795aae05f1c 100644
--- a/drivers/staging/most/hdm-dim2/dim2_reg.h
+++ b/drivers/staging/most/hdm-dim2/dim2_reg.h
@@ -21,7 +21,6 @@
extern "C" {
#endif
-
struct dim2_regs {
/* 0x00 */ u32 MLBC0;
/* 0x01 */ u32 rsvd0[1];
@@ -67,7 +66,6 @@ struct dim2_regs {
/* 0xF7 */ u32 ACMR1;
};
-
#define DIM2_MASK(n) (~((~(u32)0)<<(n)))
enum {
@@ -168,7 +166,6 @@ enum {
CAT_CL_MASK = DIM2_MASK(6)
};
-
#ifdef __cplusplus
}
#endif
diff --git a/drivers/staging/most/hdm-dim2/dim2_sysfs.h b/drivers/staging/most/hdm-dim2/dim2_sysfs.h
index e719691035b0..b71dd027ebc7 100644
--- a/drivers/staging/most/hdm-dim2/dim2_sysfs.h
+++ b/drivers/staging/most/hdm-dim2/dim2_sysfs.h
@@ -16,10 +16,8 @@
#ifndef DIM2_SYSFS_H
#define DIM2_SYSFS_H
-
#include <linux/kobject.h>
-
struct medialb_bus {
struct kobject kobj_group;
};
@@ -35,5 +33,4 @@ void dim2_sysfs_destroy(struct medialb_bus *bus);
*/
bool dim2_sysfs_get_state_cb(void);
-
#endif /* DIM2_SYSFS_H */