浏览代码

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
Yun Park 8 年之前
父节点
当前提交
3a65721b7a
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      core/dp/ol/inc/ol_params.h

+ 8 - 8
core/dp/ol/inc/ol_params.h

@@ -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;