linux_dsm_epyc7002/drivers/net/wireless/intel/ipw2x00
Nathan Chancellor c15ace868d ipw2x00: Remove unnecessary parentheses
Clang warns when multiple pairs of parentheses are used for a single
conditional statement.

drivers/net/wireless/intel/ipw2x00/ipw2200.c:5655:28: warning: equality
comparison with extraneous parentheses [-Wparentheses-equality]
                if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
                     ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
drivers/net/wireless/intel/ipw2x00/ipw2200.c:5655:28: note: remove
extraneous parentheses around the comparison to silence this warning
                if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
                    ~                    ^               ~
drivers/net/wireless/intel/ipw2x00/ipw2200.c:5655:28: note: use '=' to
turn this equality comparison into an assignment
                if ((priv->ieee->iw_mode == IW_MODE_ADHOC)) {
                                         ^~
                                         =
1 warning generated.

Link: https://github.com/ClangBuiltLinux/linux/issues/134
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-10-01 18:30:26 +03:00
..
ipw2100.c ipw2x00: remove redundant variables len, ret, reason and crypt 2018-07-31 10:18:16 +03:00
ipw2100.h ipw2x00: track time using boottime 2018-06-27 19:10:25 +03:00
ipw2200.c ipw2x00: Remove unnecessary parentheses 2018-10-01 18:30:26 +03:00
ipw2200.h ipw2x00: track time using boottime 2018-06-27 19:10:25 +03:00
ipw.h
Kconfig
libipw_geo.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
libipw_module.c wireless: Use octal not symbolic permissions 2018-03-27 11:01:13 +03:00
libipw_rx.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
libipw_tx.c networking: make skb_put & friends return void pointers 2017-06-16 11:48:39 -04:00
libipw_wx.c ipw2x00: remove redundant variables len, ret, reason and crypt 2018-07-31 10:18:16 +03:00
libipw.h net: use core MTU range checking in wireless drivers 2016-10-20 14:51:08 -04:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00