summaryrefslogtreecommitdiff
path: root/include/trace/events/qla.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/events/qla.h')
-rw-r--r--include/trace/events/qla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/qla.h b/include/trace/events/qla.h
index e7fd55e7dc3d..8800c35525a1 100644
--- a/include/trace/events/qla.h
+++ b/include/trace/events/qla.h
@@ -25,7 +25,7 @@ DECLARE_EVENT_CLASS(qla_log_event,
__vstring(msg, vaf->fmt, vaf->va)
),
TP_fast_assign(
- __assign_str(buf, buf);
+ __assign_str(buf);
__assign_vstr(msg, vaf->fmt, vaf->va);
),