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

Change-Id: I6fbd0ff6d065dc3e1d1585dc23a9bd9a8e78d5d7
CRs-Fixed: 1110861
This commit is contained in:
Jeff Johnson
2017-01-12 10:39:26 -08:00
committed by qcabuildsw
parent 3bb7c73a43
commit 4610688e9a

View File

@@ -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.
*
@@ -150,10 +150,9 @@ typedef enum {
#define DISABLE_11D 0
/*
refer wpa.h in wpa supplicant code for REASON_MICHAEL_MIC_FAILURE
supplicant sets REASON_MICHAEL_MIC_FAILURE as the reason code when it sends the MLME deauth IOCTL
for TKIP counter measures
* refer wpa.h in wpa supplicant code for REASON_MICHAEL_MIC_FAILURE.
* supplicant sets REASON_MICHAEL_MIC_FAILURE as the reason code when
* it sends the MLME deauth IOCTL for TKIP counter measures
*/
#define HDD_REASON_MICHAEL_MIC_FAILURE 14