We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690ff7f commit 81807acCopy full SHA for 81807ac
1 file changed
pythonbpf/helper/helper_utils.py
@@ -79,7 +79,7 @@ def get_flags_val(arg, builder, local_sym_tab):
79
80
81
def simple_string_print(string_value, module, builder, func):
82
- """Emit code for a simple string print statement."""
+ """Prepare arguments for bpf_printk from a simple string value"""
83
fmt_str = string_value + "\n\0"
84
fmt_ptr = _create_format_string_global(fmt_str, func, module, builder)
85
0 commit comments