diff options
author | 2014-07-30 03:48:44 +0200 | |
---|---|---|
committer | 2014-07-30 19:28:40 +0200 | |
commit | 3fa71fe0b9908144c5e710a4a4fc5d01b60d9dee (patch) | |
tree | f3462b5ed0165a4c8744bebd389db463c7ac66cb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6lowpan: iphc: Fix missing braces for if statement (diff) | |
download | linux-dev-3fa71fe0b9908144c5e710a4a4fc5d01b60d9dee.tar.xz linux-dev-3fa71fe0b9908144c5e710a4a4fc5d01b60d9dee.zip |
6lowpan: iphc: Fix parenthesis alignments which off-by-one
CHECK: Alignment should match open parenthesis
+ if (((hdr->flow_lbl[0] & 0x0F) == 0) &&
+ (hdr->flow_lbl[1] == 0) && (hdr->flow_lbl[2] == 0)) {
CHECK: Alignment should match open parenthesis
+ if ((hdr->priority == 0) &&
+ ((hdr->flow_lbl[0] & 0xF0) == 0)) {
CHECK: Alignment should match open parenthesis
+ if ((hdr->priority == 0) &&
+ ((hdr->flow_lbl[0] & 0xF0) == 0)) {
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions