aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usbip.c
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2016-06-05 13:30:16 -0400
committerMichael Mann <mmann78@netscape.net>2016-06-05 22:31:37 +0000
commit4b66b32fb3e9eb7e967c59382873c3c807612cfe (patch)
tree7cfbb6699c96382806305742ddcad15b04b5880f /epan/dissectors/packet-usbip.c
parenteec602b72f6511f168faa6c772f14cfe7d8f8d76 (diff)
Resolve false positive ERROR: NO ARRAY found in ei array entries
The enhanced checkhf.pl in https://code.wireshark.org/review/#/c/15717/ validates ei items in addition to href items. This patch addresses the false positive ERRORS reported by the enhanced checkhf.pl for a "cosmetic" issue (missing space after { in ei array entries). Change-Id: I87876ce2cfa4b0e11cb22f457bd9ab025d939e5c Reviewed-on: https://code.wireshark.org/review/15739 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-usbip.c')
-rw-r--r--epan/dissectors/packet-usbip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-usbip.c b/epan/dissectors/packet-usbip.c
index bcd4eda3ed..41d366a84d 100644
--- a/epan/dissectors/packet-usbip.c
+++ b/epan/dissectors/packet-usbip.c
@@ -1057,7 +1057,7 @@ proto_register_usbip(void)
static ei_register_info ei[] = {
{&ei_usbip,
- {"usbip.unsupported_version", PI_MALFORMED, PI_ERROR,
+ { "usbip.unsupported_version", PI_MALFORMED, PI_ERROR,
"Unsupported element", EXPFILL}},
};