Diff between c7c4b14014b137150167018bdc42fde968cfd657 and 5453eda1010bdeb169a55b039160ae22c7c2755b
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/hci.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index 6c28201..aa1abc3 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -603,7 +603,7 @@ static inline void read_remote_ext_features_dump(int level, struct frame *frm)
read_remote_ext_features_cp *cp = frm->ptr;
p_indent(level, frm);
- printf("handle %d\n page %d", btohs(cp->handle), cp->page_num);
+ printf("handle %d page %d\n", btohs(cp->handle), cp->page_num);
}
static inline void write_link_policy_dump(int level, struct frame *frm)