diff options
author | Puranjay Mohan <puranjay12@gmail.com> | 2019-05-01 23:46:20 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-02 20:43:18 +0300 |
commit | eca4e5f58b758e74e6065eb8bcab57067f1427f6 (patch) | |
tree | bf4546ef2fc0fee006098a2858317ad8abacbb9c /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 922fe878c78653fda011b176d3e4e355ba8f7479 (diff) | |
download | linux-eca4e5f58b758e74e6065eb8bcab57067f1427f6.tar.xz |
Staging: rtl8192u: ieee80211: Fix if-else indentation warning
Add tabs after if and else statements to
fix the following warnings from checkpatch.pl
WARNING: suspect code indent for conditional statements (8, 8)
+ if (ieee->GetHalfNmodeSupportByAPsHandler(ieee->dev))
+ pBA->param_set.field.buffer_size = 1;
WARNING: suspect code indent for conditional statements (8, 8)
+ else
+ pBA->param_set.field.buffer_size = 32;
Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions