qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_softap_tx_rx.h

Fix kernel checkpatch warnings in wlan_hdd_softap_tx_rx.h.

Change-Id: Iaadb26e3f46d97aa4ac2f7b7640a27acf6fe1475
CRs-Fixed: 2024274
Bu işleme şunda yer alıyor:
Srinivas Girigowda
2017-03-24 23:35:10 -07:00
işlemeyi yapan: Sandeep Puligilla
ebeveyn fa48ab8ddb
işleme 8711c74737

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved.
* *
* Previously licensed under the ISC license by Qualcomm Atheros, Inc. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
* *
@@ -82,12 +82,10 @@ void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume);
static inline static inline
void hdd_softap_tx_resume_timer_expired_handler(void *adapter_context) void hdd_softap_tx_resume_timer_expired_handler(void *adapter_context)
{ {
return;
} }
static inline static inline
void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume) void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume)
{ {
return;
} }
#endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */ #endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */