From: Jesung Yang <y.j3ms.n@gmail.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Jesung Yang <y.j3ms.n@gmail.com>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] media: dvb_frontend.h: fix ktime_t type description in kernel-doc
Date: Sat, 5 Jul 2025 13:06:56 +0000 [thread overview]
Message-ID: <d0c3bb1478c7d8e75eda892f990c5782ea769e2f.1751719712.git.y.j3ms.n@gmail.com> (raw)
In-Reply-To: <cover.1751719712.git.y.j3ms.n@gmail.com>
Fix the kernel-doc comment for dvb_frontend_sleep_until() that incorrectly
described ktime_t as a struct.
ktime_t is a typedef for s64, not a struct or union. It was formerly
implemented as a union, which was removed in the commit 2456e8553544
("ktime: Get rid of the union").
Signed-off-by: Jesung Yang <y.j3ms.n@gmail.com>
---
include/media/dvb_frontend.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/media/dvb_frontend.h b/include/media/dvb_frontend.h
index e7c44870f20d..607f7645468e 100644
--- a/include/media/dvb_frontend.h
+++ b/include/media/dvb_frontend.h
@@ -810,7 +810,7 @@ void dvb_frontend_reinitialise(struct dvb_frontend *fe);
* dvb_frontend_sleep_until() - Sleep for the amount of time given by
* add_usec parameter
*
- * @waketime: pointer to &struct ktime_t
+ * @waketime: pointer to &ktime_t
* @add_usec: time to sleep, in microseconds
*
* This function is used to measure the time required for the
--
2.39.5
next prev parent reply other threads:[~2025-07-05 13:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-05 13:06 [PATCH 0/2] media: dvb_frontend.h: clean up kernel-doc comment Jesung Yang
2025-07-05 13:06 ` Jesung Yang [this message]
2025-07-05 13:06 ` [PATCH 2/2] media: dvb_frontend.h: fix typo in kernel-doc Jesung Yang
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=d0c3bb1478c7d8e75eda892f990c5782ea769e2f.1751719712.git.y.j3ms.n@gmail.com \
--to=y.j3ms.n@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--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
all inboxes | Powered by JetHome®