qcacld-3.0: Fix block comments in wlan_hdd_scan.h

A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line

Fix all such warnings in wlan_hdd_scan.h.

Change-Id: I61b9d122466c1f78dcce8f6f315293646729d8cf
CRs-Fixed: 1110861
这个提交包含在:
Jeff Johnson
2017-01-12 08:45:01 -08:00
提交者 qcabuildsw
父节点 77e973e0d9
当前提交 e1422fb2ea

查看文件

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. * Copyright (c) 2012-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.
* *
@@ -41,7 +41,7 @@
* *
* @NL_SCAN: Scan initiated from NL * @NL_SCAN: Scan initiated from NL
* @VENDOR_SCAN: Scan intiated from vendor command * @VENDOR_SCAN: Scan intiated from vendor command
*/ */
enum scan_source { enum scan_source {
NL_SCAN, NL_SCAN,
VENDOR_SCAN, VENDOR_SCAN,