aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2017-11-02 10:30:11 +0100
committerGreg Kroah-Hartman <[email protected]>2017-11-02 11:58:22 +0100
commit4004a9870bbefdb6644c3d2033f5315920a3b669 (patch)
treeea57f231c574e685db0f38765c7af4298451d2b7 /tools/perf/scripts/python/bin/stackcollapse-record
parent62ec1808b98dfbaea1b17c3b4caa991c28102ba5 (diff)
staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lines over 80 characters"
Commit 74e1e498e84e ("staging: rtl8188eu: fix comments with lines over 80 characters") not only changed comments but also changed an if check: -if (pmlmepriv->cur_network.join_res != true) { +if (!(pmlmepriv->cur_network.join_res)) { This is not equivalent as join_res is an int and can have values such as -2 and -3. Note for the next time, please only make one type of changes in a single clean-up commit. Fixes: 74e1e498e84e ("staging: rtl8188eu: fix comments with lines over 80 ...") Cc: Juliana Rodrigues <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions