linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: dvb_frontend.h: clean up kernel-doc comment
@ 2025-07-05 13:06 Jesung Yang
  2025-07-05 13:06 ` [PATCH 1/2] media: dvb_frontend.h: fix ktime_t type description in kernel-doc Jesung Yang
  2025-07-05 13:06 ` [PATCH 2/2] media: dvb_frontend.h: fix typo " Jesung Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Jesung Yang @ 2025-07-05 13:06 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Jesung Yang, linux-media, linux-kernel

This series fixes two minor issues in the kernel-doc comment
for dvb_frontend_sleep_until():

  - PATCH 1/2 corrects the type description of ktime_t.
  - PATCH 2/2 fixes a grammar issue.

These are documentation-only changes with no functional impact.

Jesung Yang (2):
  media: dvb_frontend.h: fix ktime_t type description in kernel-doc
  media: dvb_frontend.h: fix typo in kernel-doc

 include/media/dvb_frontend.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 35392e855abf7d02ad3b061cbc75c7c7c37f0577
-- 
2.39.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] media: dvb_frontend.h: fix ktime_t type description in kernel-doc
  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
  2025-07-05 13:06 ` [PATCH 2/2] media: dvb_frontend.h: fix typo " Jesung Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Jesung Yang @ 2025-07-05 13:06 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Jesung Yang, linux-media, linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] media: dvb_frontend.h: fix typo in kernel-doc
  2025-07-05 13:06 [PATCH 0/2] media: dvb_frontend.h: clean up kernel-doc comment Jesung Yang
  2025-07-05 13:06 ` [PATCH 1/2] media: dvb_frontend.h: fix ktime_t type description in kernel-doc Jesung Yang
@ 2025-07-05 13:06 ` Jesung Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Jesung Yang @ 2025-07-05 13:06 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Jesung Yang, linux-media, linux-kernel

Fix grammar in kernel-doc for dvb_frontend_sleep_until() by replacing
"Its" to "It's".

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 607f7645468e..12143f0b14a8 100644
--- a/include/media/dvb_frontend.h
+++ b/include/media/dvb_frontend.h
@@ -818,7 +818,7 @@ void dvb_frontend_reinitialise(struct dvb_frontend *fe);
  * as possible, as it affects the detection of the dish tone command at the
  * satellite subsystem.
  *
- * Its used internally by the DVB frontend core, in order to emulate
+ * It's used internally by the DVB frontend core, in order to emulate
  * FE_DISHNETWORK_SEND_LEGACY_CMD() using the &dvb_frontend_ops.set_voltage\(\)
  * callback.
  *
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-05 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05 13:06 [PATCH 0/2] media: dvb_frontend.h: clean up kernel-doc comment Jesung Yang
2025-07-05 13:06 ` [PATCH 1/2] media: dvb_frontend.h: fix ktime_t type description in kernel-doc Jesung Yang
2025-07-05 13:06 ` [PATCH 2/2] media: dvb_frontend.h: fix typo " Jesung Yang

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).