From 5fae98f7a1c3fa7976c535237ea12709ae7acccf Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Mon, 11 May 2020 15:04:43 -0400 Subject: [PATCH] Cleanup: bytecode: typo: "s16" -> "u16" Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: I68901ca2d89d08f2cb69853816e0214c588aa7f8 --- src/lttng-filter-interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lttng-filter-interpreter.c b/src/lttng-filter-interpreter.c index 5ba7e230..9599f9a6 100644 --- a/src/lttng-filter-interpreter.c +++ b/src/lttng-filter-interpreter.c @@ -511,7 +511,7 @@ static int dynamic_load_field(struct estack_entry *stack_top) { uint16_t tmp; - dbg_printk("op load field s16\n"); + dbg_printk("op load field u16\n"); tmp = *(uint16_t *) stack_top->u.ptr.ptr; if (stack_top->u.ptr.rev_bo) __swab16s(&tmp); -- 2.34.1