Эх сурвалжийг харах

qcacld-3.0: Fix long lines in wlan_hdd_conc_ut.h

Checkpatch has detected multiple instances of "line over 80
characters" so fix them.

Change-Id: I240fcea5af2cfb4f3c1b660784fc7d37bc948c3c
CRs-Fixed: 2120625
Jeff Johnson 7 жил өмнө
parent
commit
aafc84a18e

+ 12 - 6
core/hdd/inc/wlan_hdd_conc_ut.h

@@ -47,11 +47,13 @@ void wlan_hdd_three_connections_scenario(struct hdd_context *hdd_ctx,
 	uint8_t first_chnl, uint8_t second_chnl,
 	enum policy_mgr_chain_mode chain_mask, uint8_t use_same_mac);
 #else
-static inline void clean_report(struct hdd_context *hdd_ctx)
+static inline
+void clean_report(struct hdd_context *hdd_ctx)
 {
 }
 
-static inline void fill_report(struct hdd_context *hdd_ctx, char *title,
+static inline
+void fill_report(struct hdd_context *hdd_ctx, char *title,
 	uint32_t first_persona, uint32_t second_persona, uint32_t third_persona,
 	uint32_t chnl_1st_conn, uint32_t chnl_2nd_conn, uint32_t chnl_3rd_conn,
 	bool status, enum policy_mgr_pcl_type pcl_type, char *reason,
@@ -59,20 +61,24 @@ static inline void fill_report(struct hdd_context *hdd_ctx, char *title,
 {
 }
 
-static inline void print_report(struct hdd_context *hdd_ctx)
+static inline
+void print_report(struct hdd_context *hdd_ctx)
 {
 }
 
-static inline void wlan_hdd_one_connection_scenario(struct hdd_context *hdd_ctx)
+static inline
+void wlan_hdd_one_connection_scenario(struct hdd_context *hdd_ctx)
 {
 }
 
-static inline void wlan_hdd_two_connections_scenario(struct hdd_context *hdd_ctx,
+static inline
+void wlan_hdd_two_connections_scenario(struct hdd_context *hdd_ctx,
 		uint8_t first_chnl, enum policy_mgr_chain_mode first_chain_mask)
 {
 }
 
-static inline void wlan_hdd_three_connections_scenario(struct hdd_context *hdd_ctx,
+static inline
+void wlan_hdd_three_connections_scenario(struct hdd_context *hdd_ctx,
 		uint8_t first_chnl, uint8_t second_chnl,
 		enum policy_mgr_chain_mode chain_mask, uint8_t use_same_mac)
 {