diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-03-25 10:49:14 -0700 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-31 16:01:18 -0700 |
| commit | 13328f3cf3fd07b876d6901cbf8572051eb96489 (patch) | |
| tree | 22829005cdd293bb234b1ead4d2587c18b2579d7 | |
| parent | acaec8ec35675add2979ce5ccb6a29ed8c2ad6ec (diff) | |
qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_lro.h
Fix kernel checkpatch warnings in wlan_hdd_lro.h.
Change-Id: Idaec566829ed61c0e349c970f4b34f38a825f7d5
CRs-Fixed: 2024274
| -rw-r--r-- | core/hdd/inc/wlan_hdd_lro.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/hdd/inc/wlan_hdd_lro.h b/core/hdd/inc/wlan_hdd_lro.h index 71debbff1639..3da0b97a4835 100644 --- a/core/hdd/inc/wlan_hdd_lro.h +++ b/core/hdd/inc/wlan_hdd_lro.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2015-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -190,12 +190,10 @@ static inline int hdd_lro_init(hdd_context_t *hdd_ctx) static inline void hdd_lro_disable(hdd_context_t *hdd_ctx, hdd_adapter_t *adapter) { - return; } static inline void hdd_lro_display_stats(hdd_context_t *hdd_ctx) { - return; } static inline void hdd_enable_lro_in_concurrency(hdd_context_t *hdd_ctx) |
