qcacld-3.0: clang: Remove extraneous parentheses
clang is reporting these compiler warnings. Remove extraneous parentheses. Change-Id: I3dd6490cc1bf2a038e72e1630ba9b0c2b5f0ebed CRs-Fixed: 2087229
Este commit está contenido en:

cometido por
snandini

padre
0cd4be2953
commit
f326dfe224
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2002-2014, 2017 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -458,7 +458,7 @@ dfs_bin_pri_check(struct ath_dfs *dfs, struct dfs_filter *rf,
|
||||
}
|
||||
|
||||
if (primatch && (deltadur < durmargin)) {
|
||||
if ((numpulses == 1)) {
|
||||
if (numpulses == 1) {
|
||||
numpulses++;
|
||||
} else {
|
||||
delta_time_stamps =
|
||||
|
Referencia en una nueva incidencia
Block a user