From: Aaditya Gurawa <aadityagurawa@gmail.com>
To: hansg@kernel.org, mchehab@kernel.org, gregkh@linuxfoundation.org
Cc: linux-staging@lists.linux.dev, Aaditya Gurawa <aadityagurawa@gmail.com>
Subject: [PATCH] staging: media: atomisp: remove the trailing '\n'
Date: Mon, 8 Dec 2025 00:07:43 +0530 [thread overview]
Message-ID: <20251207183743.916085-1-aadityagurawa@gmail.com> (raw)
Removes trailing '\n' from atomisp_trace_event.h to fix the output formatting.
Signed-off-by: Aaditya Gurawa <aadityagurawa@gmail.com>
---
drivers/staging/media/atomisp/pci/atomisp_trace_event.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/atomisp_trace_event.h b/drivers/staging/media/atomisp/pci/atomisp_trace_event.h
index 4c58a8f5c7e8..db077e5566f6 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_trace_event.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_trace_event.h
@@ -44,7 +44,7 @@ TRACE_EVENT(camera_meminfo,
),
TP_printk(
- "<%s> User ptr memory:%d pages,\tISP private memory used:%d pages:\tsysFP system size:%d,\treserved size:%d\tcamFP sysUse:%d,\tdycUse:%d,\tresUse:%d.\n",
+ "<%s> User ptr memory:%d pages,\tISP private memory used:%d pages:\tsysFP system size:%d,\treserved size:%d\tcamFP sysUse:%d,\tdycUse:%d,\tresUse:%d.",
__entry->name, __entry->uptr_size, __entry->counter,
__entry->sys_size, __entry->sys_res_size, __entry->cam_sys_use,
__entry->cam_dyc_use, __entry->cam_res_use)
@@ -68,7 +68,7 @@ TRACE_EVENT(camera_debug,
__entry->line = line;
),
- TP_printk("<%s>-<%d> %s\n", __entry->name, __entry->line,
+ TP_printk("<%s>-<%d> %s", __entry->name, __entry->line,
__entry->info)
);
--
2.52.0
reply other threads:[~2025-12-07 18:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251207183743.916085-1-aadityagurawa@gmail.com \
--to=aadityagurawa@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).