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>
 
 #include "mostcore.h"
 
-
 void most_deliver_netinfo(struct most_interface *iface,
                          unsigned char link_stat, unsigned char *mac_addr);
 
-
 #endif
 
 extern "C" {
 #endif
 
-
 /**
  * MOST DIM errors.
  */
        DIM_ERR_OVERFLOW,
 };
 
-
 #ifdef __cplusplus
 }
 #endif
 
 
 #include <linux/types.h>
 
-
 #ifdef __cplusplus
 extern "C" {
 #endif
        u16 done_sw_buffers_number; /*< Done software buffers number. */
 };
 
-
 u8 DIM_Startup(void *dim_base_address, u32 mlb_clock);
 
 void DIM_Shutdown(void);
 
 void DIMCB_OnError(u8 error_id, const char *error_message);
 
-
 #ifdef __cplusplus
 }
 #endif
 
 extern "C" {
 #endif
 
-
 struct dim2_regs {
        /* 0x00 */ u32 MLBC0;
        /* 0x01 */ u32 rsvd0[1];
        /* 0xF7 */ u32 ACMR1;
 };
 
-
 #define DIM2_MASK(n)  (~((~(u32)0)<<(n)))
 
 enum {
        CAT_CL_MASK = DIM2_MASK(6)
 };
 
-
 #ifdef __cplusplus
 }
 #endif
 
 #ifndef DIM2_SYSFS_H
 #define        DIM2_SYSFS_H
 
-
 #include <linux/kobject.h>
 
-
 struct medialb_bus {
        struct kobject kobj_group;
 };
  */
 bool dim2_sysfs_get_state_cb(void);
 
-
 #endif /* DIM2_SYSFS_H */
 
        MOST_CH_SYNC = 1 << 5,
 };
 
-
 enum mbo_status_flags {
        /* MBO was processed successfully (data was send or received )*/
        MBO_SUCCESS = 0,
 int most_stop_channel(struct most_interface *iface, int channel_idx,
                      struct most_aim *);
 
-
 #endif /* MOST_CORE_H_ */