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

Fix kernel checkpatch warnings in wlan_hdd_tsf.h.

Change-Id: I6b869b07e13b8dcaac8ae8d8b00b2592fb5f80b2
CRs-Fixed: 2024274
This commit is contained in:
Srinivas Girigowda
2017-03-25 00:47:37 -07:00
committed by Sandeep Puligilla
parent caac83feac
commit ad005ab6de

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016 The Linux Foundation. All rights reserved. * Copyright (c) 2016-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.
* *
@@ -72,7 +72,6 @@ int hdd_get_tsf_cb(void *pcb_cxt, struct stsf *ptsf);
#else #else
static inline void wlan_hdd_tsf_init(struct hdd_context_s *hdd_ctx) static inline void wlan_hdd_tsf_init(struct hdd_context_s *hdd_ctx)
{ {
return;
} }
static inline int hdd_indicate_tsf(struct hdd_adapter_s *adapter, uint32_t *buf, static inline int hdd_indicate_tsf(struct hdd_adapter_s *adapter, uint32_t *buf,