qcacld-3.0: Fix checkpatch warnings (SPACING)
Fix checkpatch warnings (SPACING). Change-Id: I966fe641b4722cc15584defc42c90921090687fb CRs-Fixed: 2126814
This commit is contained in:

committed by
snandini

parent
828ef23f5e
commit
ea4d806da9
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011,2014-2016 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2011,2014-2017 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -473,7 +473,7 @@ struct ieee80211_wme_param {
|
||||
#define WME_CAPINFO_UAPSD_NONE 0
|
||||
|
||||
#define WME_UAPSD_AC_MAX_VAL 1
|
||||
#define WME_UAPSD_AC_INVAL WME_UAPSD_AC_MAX_VAL+1
|
||||
#define WME_UAPSD_AC_INVAL (WME_UAPSD_AC_MAX_VAL + 1)
|
||||
|
||||
/*
|
||||
* Atheros Advanced Capability information element.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011, 2014 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2011, 2014, 2017 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2013-2017 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -152,7 +152,7 @@ typedef struct _ATH_DEBUG_MODULE_DBG_INFO {
|
||||
/* for source files that will instantiate the debug variables */
|
||||
#define ATH_DEBUG_INSTANTIATE_MODULE_VAR(s, name, moddesc, initmask, count, descriptions) \
|
||||
ATH_DEBUG_MODULE_DBG_INFO GET_ATH_MODULE_DEBUG_VAR_NAME(s) = \
|
||||
{NULL,(name),(moddesc),0,(initmask),count,(descriptions)}
|
||||
{NULL, (name), (moddesc), 0, (initmask), (count), (descriptions)}
|
||||
|
||||
#ifdef ATH_MODULE_NAME
|
||||
extern ATH_DEBUG_MODULE_DBG_INFO
|
||||
|
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user