提交 e8466b33 编写于 作者: A Alexander Usyskin 提交者: Greg Kroah-Hartman

mei: drop superfluous closing bracket from write traces

Signed-off-by: NAlexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 15c13dfc
...@@ -60,7 +60,7 @@ TRACE_EVENT(mei_reg_write, ...@@ -60,7 +60,7 @@ TRACE_EVENT(mei_reg_write,
__entry->offs = offs; __entry->offs = offs;
__entry->val = val; __entry->val = val;
), ),
TP_printk("[%s] write %s[%#x] = %#x)", TP_printk("[%s] write %s[%#x] = %#x",
__get_str(dev), __entry->reg, __entry->offs, __entry->val) __get_str(dev), __entry->reg, __entry->offs, __entry->val)
); );
...@@ -98,7 +98,7 @@ TRACE_EVENT(mei_pci_cfg_write, ...@@ -98,7 +98,7 @@ TRACE_EVENT(mei_pci_cfg_write,
__entry->offs = offs; __entry->offs = offs;
__entry->val = val; __entry->val = val;
), ),
TP_printk("[%s] pci cfg write %s[%#x] = %#x)", TP_printk("[%s] pci cfg write %s[%#x] = %#x",
__get_str(dev), __entry->reg, __entry->offs, __entry->val) __get_str(dev), __entry->reg, __entry->offs, __entry->val)
); );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册