Bläddra i källkod

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 8 år sedan
förälder
incheckning
e1422fb2ea
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      core/hdd/src/wlan_hdd_scan.h

+ 2 - 2
core/hdd/src/wlan_hdd_scan.h

@@ -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.
  *
@@ -41,7 +41,7 @@
  *
  * @NL_SCAN: Scan initiated from NL
  * @VENDOR_SCAN: Scan intiated from vendor command
-*/
+ */
 enum scan_source {
 	NL_SCAN,
 	VENDOR_SCAN,