qcacld-3.0: Fix Datapath kernel checkpatch warnings in ol_params.h

Fix Datapath kernel checkpatch warnings in ol_params.h

Change-Id: I66ed8f3345e8c3664d7c17e6ce8d5f3cd3a28d22
CRs-Fixed: 2032874
This commit is contained in:
Yun Park
2017-04-05 12:02:59 -07:00
committed by snandini
parent 73fbcf5a90
commit 3a65721b7a

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
* Copyright (c) 2013-2015, 2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -33,8 +33,8 @@
#include "ol_txrx_stats.h"
#include "wlan_defs.h" /* for wlan statst definitions */
/*
** Enumeration of PDEV Configuration parameter
*/
* Enumeration of PDEV Configuration parameter
*/
enum ol_ath_param_t {
OL_ATH_PARAM_TXCHAINMASK = 0,
@@ -84,17 +84,17 @@ enum ol_ath_param_t {
};
/*
** Enumeration of PDEV Configuration parameter
*/
* Enumeration of PDEV Configuration parameter
*/
enum ol_hal_param_t {
OL_HAL_CONFIG_DMA_BEACON_RESPONSE_TIME = 0
};
/*
** structure to hold all stats information
** for offload device interface
*/
* structure to hold all stats information
* for offload device interface
*/
struct ol_stats {
int txrx_stats_level;
struct ol_txrx_stats txrx_stats;