Преглед изворни кода

qcacld-3.0: Fix long line in wlan_hdd_tx_rx.h

Checkpatch has detected an instance of "line over 80 characters" so
fix it.

Change-Id: Icefa4f57c2307b58a618be181478aedac3d1e5c8
CRs-Fixed: 2120618
Jeff Johnson пре 7 година
родитељ
комит
811f47d567
2 измењених фајлова са 4 додато и 2 уклоњено
  1. 2 1
      core/hdd/inc/wlan_hdd_tx_rx.h
  2. 2 1
      core/hdd/src/wlan_hdd_tx_rx.c

+ 2 - 1
core/hdd/inc/wlan_hdd_tx_rx.h

@@ -121,7 +121,8 @@ static inline void hdd_get_tx_resource(struct hdd_adapter *adapter,
 }
 #endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */
 
-int hdd_get_peer_idx(struct hdd_station_ctx *sta_ctx, struct qdf_mac_addr *addr);
+int hdd_get_peer_idx(struct hdd_station_ctx *sta_ctx,
+		     struct qdf_mac_addr *addr);
 
 const char *hdd_reason_type_to_string(enum netif_reason_type reason);
 const char *hdd_action_type_to_string(enum netif_action_type action);

+ 2 - 1
core/hdd/src/wlan_hdd_tx_rx.c

@@ -1052,7 +1052,8 @@ static QDF_STATUS hdd_mon_rx_packet_cbk(void *context, qdf_nbuf_t rxbuf)
  *
  * Return: index when success else INVALID_PEER_IDX
  */
-int hdd_get_peer_idx(struct hdd_station_ctx *sta_ctx, struct qdf_mac_addr *addr)
+int hdd_get_peer_idx(struct hdd_station_ctx *sta_ctx,
+		     struct qdf_mac_addr *addr)
 {
 	uint8_t idx;