[re:,v2,00/15,-,02/11] dyndbg: tweak pr_info format s/trace dest/trace_dest/

Message ID a41db07f2a3abc8835f0585149134d8e46fbef71.1701993656.git.jim.cromie@gmail.com
State New
Headers

Commit Message

Jim Cromie Dec. 8, 2023, 12:15 a.m. UTC
  Remove the space between 2 name-halves.  This is just as
human-readable, and more narrowly greppable.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
 lib/dynamic_debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 07c377924160..fc94f09b20db 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -874,7 +874,7 @@  static int ddebug_parse_flags(const char *str, struct flag_settings *modifiers)
 			return -EINVAL;
 		}
 	}
-	v3pr_info("flags=0x%x, trace dest=0x%x\n", modifiers->flags, modifiers->trace_dst);
+	v3pr_info("flags=0x%x, trace_dest=0x%x\n", modifiers->flags, modifiers->trace_dst);
 
 	/* calculate final flags, mask based upon op */
 	switch (op) {