qcacld-3.0: Fix checkpatch warnings (SPACING)

Fix checkpatch warnings (SPACING).

Change-Id: I966fe641b4722cc15584defc42c90921090687fb
CRs-Fixed: 2126814
This commit is contained in:
Srinivas Girigowda
2017-10-14 12:40:48 -07:00
committed by snandini
parent 828ef23f5e
commit ea4d806da9
13 changed files with 36 additions and 36 deletions

View File

@@ -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. * 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_CAPINFO_UAPSD_NONE 0
#define WME_UAPSD_AC_MAX_VAL 1 #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. * Atheros Advanced Capability information element.

View File

@@ -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. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
* *

View File

@@ -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. * 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 */ /* for source files that will instantiate the debug variables */
#define ATH_DEBUG_INSTANTIATE_MODULE_VAR(s, name, moddesc, initmask, count, descriptions) \ #define ATH_DEBUG_INSTANTIATE_MODULE_VAR(s, name, moddesc, initmask, count, descriptions) \
ATH_DEBUG_MODULE_DBG_INFO GET_ATH_MODULE_DEBUG_VAR_NAME(s) = \ 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 #ifdef ATH_MODULE_NAME
extern ATH_DEBUG_MODULE_DBG_INFO extern ATH_DEBUG_MODULE_DBG_INFO

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. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
* *