Przeglądaj źródła

qcacld-3.0: Fix block comments in wlan_hdd_driver_ops.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_driver_ops.h.

Change-Id: Ib3b2d1193d064e94f6deebb06acddf26ded9b468
CRs-Fixed: 1110861
Jeff Johnson 8 lat temu
rodzic
commit
495ebc4e10
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      core/hdd/inc/wlan_hdd_driver_ops.h

+ 2 - 2
core/hdd/inc/wlan_hdd_driver_ops.h

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-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.
  *
  *
@@ -34,7 +34,7 @@
  * DOC: wlan_hdd_driver_ops.h
  * DOC: wlan_hdd_driver_ops.h
  *
  *
  * Functions to register the wlan driver.
  * Functions to register the wlan driver.
-*/
+ */
 int wlan_hdd_register_driver(void);
 int wlan_hdd_register_driver(void);
 void wlan_hdd_unregister_driver(void);
 void wlan_hdd_unregister_driver(void);