staging: most: remove multiple blank lines
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 29 Oct 2015 07:44:08 +0000 (16:44 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
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>
drivers/staging/most/aim-network/networking.h
drivers/staging/most/hdm-dim2/dim2_errors.h
drivers/staging/most/hdm-dim2/dim2_hal.h
drivers/staging/most/hdm-dim2/dim2_reg.h
drivers/staging/most/hdm-dim2/dim2_sysfs.h
drivers/staging/most/mostcore/mostcore.h

index 1b8b434fabb0c336cb8acbaab0a71306e94ce043..6f346d410525e3e61630afec555d3bc420ca4498 100644 (file)
@@ -15,9 +15,7 @@
 
 #include "mostcore.h"
 
-
 void most_deliver_netinfo(struct most_interface *iface,
                          unsigned char link_stat, unsigned char *mac_addr);
 
-
 #endif
index 314f7de2be73db9ff9a500dcc90c32f23bc22dc2..5a713df1d1d4d6dafb9427f71c4bfd7aad31c72b 100644 (file)
@@ -19,7 +19,6 @@
 extern "C" {
 #endif
 
-
 /**
  * MOST DIM errors.
  */
@@ -59,7 +58,6 @@ enum dim_errors_t {
        DIM_ERR_OVERFLOW,
 };
 
-
 #ifdef __cplusplus
 }
 #endif
index ebb7d87a45fcfaede6a6222b81fa871f7cae67de..94ea6c7827f1c3b49ddbcbbdc67d46e67295b9c9 100644 (file)
@@ -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
index 476f66f4c5662dfa2e3e551c5481ff6403f196ef..0795aae05f1cd4a11675ca8fa0250994a1c9f1aa 100644 (file)
@@ -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
index e719691035b08ddb1c7e12807fc40116a6071874..b71dd027ebc76f85d950a53e78d8409f1af34869 100644 (file)
 #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 */
index e148b324331a4f75335a94972d86f696d1fa6441..bda3850d543587cea271b868caf14094eee66e53 100644 (file)
@@ -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_ */
This page took 0.040097 seconds and 5 git commands to generate.