From: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
To: Qing-wu.Li@leica-geosystems.com.cn, oss-tools@pengutronix.de,
m.felsch@pengutronix.de
Subject: [OSS-Tools] [PATCH platsch V3 1/4] platsch: constify draw_buffer
Date: Thu, 13 Jun 2024 09:07:21 +0200 [thread overview]
Message-ID: <20240613070724.3400651-1-Qing-wu.Li@leica-geosystems.com.cn> (raw)
From: Marco Felsch <m.felsch@pengutronix.de>
Make the dir and base const.
Upstream-Status: Pending
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
platsch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platsch.c b/platsch.c
index 535b589..1aaa8d5 100644
--- a/platsch.c
+++ b/platsch.c
@@ -111,7 +111,7 @@ struct modeset_dev {
uint32_t crtc_id;
};
-void draw_buffer(struct modeset_dev *dev, char *dir, char *base)
+void draw_buffer(struct modeset_dev *dev, const char *dir, const char *base)
{
int fd_src;
char filename[128];
--
2.34.1
next reply other threads:[~2024-06-13 7:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 7:07 LI Qingwu [this message]
2024-06-13 7:07 ` [OSS-Tools] [PATCH platsch V3 2/4] convert to meson build LI Qingwu
2024-06-13 8:44 ` Michael Tretter
2024-06-14 5:52 ` Ulrich Ölmann
2024-06-13 7:07 ` [OSS-Tools] [PATCH platsch V3 3/4] platsch: split into platsch and libplatsch LI Qingwu
2024-06-14 10:57 ` Ulrich Ölmann
2024-06-17 6:44 ` LI Qingwu
2024-06-13 7:07 ` [OSS-Tools] [PATCH platsch V3 4/4] Add spinner executable for boot animation and text show LI Qingwu
2024-06-14 5:30 ` [OSS-Tools] [PATCH platsch V3 1/4] platsch: constify draw_buffer Ulrich Ölmann
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=20240613070724.3400651-1-Qing-wu.Li@leica-geosystems.com.cn \
--to=qing-wu.li@leica-geosystems.com.cn \
--cc=m.felsch@pengutronix.de \
--cc=oss-tools@pengutronix.de \
/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