* [PATCH] drm/fixed: fix kernel-doc for drm_sm2fixp()
@ 2026-06-15 15:30 Jani Nikula
2026-06-30 9:23 ` Thomas Zimmermann
0 siblings, 1 reply; 3+ messages in thread
From: Jani Nikula @ 2026-06-15 15:30 UTC (permalink / raw)
To: dri-devel; +Cc: jani.nikula
Fix the kernel-doc comment for drm_sm2fixp().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
include/drm/drm_fixed.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/drm/drm_fixed.h b/include/drm/drm_fixed.h
index 33de514a5221..21d822aeed55 100644
--- a/include/drm/drm_fixed.h
+++ b/include/drm/drm_fixed.h
@@ -79,7 +79,8 @@ static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B)
#define DRM_FIXED_ALMOST_ONE (DRM_FIXED_ONE - DRM_FIXED_EPSILON)
/**
- * @drm_sm2fixp
+ * drm_sm2fixp() - convert signed-magnitude to fixed point
+ * @a: 1.31.32 signed-magnitude fixed point
*
* Convert a 1.31.32 signed-magnitude fixed point to 32.32
* 2s-complement fixed point
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/fixed: fix kernel-doc for drm_sm2fixp()
2026-06-15 15:30 [PATCH] drm/fixed: fix kernel-doc for drm_sm2fixp() Jani Nikula
@ 2026-06-30 9:23 ` Thomas Zimmermann
2026-06-30 9:59 ` Jani Nikula
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Zimmermann @ 2026-06-30 9:23 UTC (permalink / raw)
To: Jani Nikula, dri-devel
Am 15.06.26 um 17:30 schrieb Jani Nikula:
> Fix the kernel-doc comment for drm_sm2fixp().
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
> ---
> include/drm/drm_fixed.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/drm_fixed.h b/include/drm/drm_fixed.h
> index 33de514a5221..21d822aeed55 100644
> --- a/include/drm/drm_fixed.h
> +++ b/include/drm/drm_fixed.h
> @@ -79,7 +79,8 @@ static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B)
> #define DRM_FIXED_ALMOST_ONE (DRM_FIXED_ONE - DRM_FIXED_EPSILON)
>
> /**
> - * @drm_sm2fixp
> + * drm_sm2fixp() - convert signed-magnitude to fixed point
> + * @a: 1.31.32 signed-magnitude fixed point
> *
> * Convert a 1.31.32 signed-magnitude fixed point to 32.32
> * 2s-complement fixed point
--
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/fixed: fix kernel-doc for drm_sm2fixp()
2026-06-30 9:23 ` Thomas Zimmermann
@ 2026-06-30 9:59 ` Jani Nikula
0 siblings, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2026-06-30 9:59 UTC (permalink / raw)
To: Thomas Zimmermann, dri-devel
On Tue, 30 Jun 2026, Thomas Zimmermann <tzimmermann@suse.de> wrote:
> Am 15.06.26 um 17:30 schrieb Jani Nikula:
>> Fix the kernel-doc comment for drm_sm2fixp().
>>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Thanks, pushed to drm-misc-fixes.
BR,
Jani.
>
>> ---
>> include/drm/drm_fixed.h | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/include/drm/drm_fixed.h b/include/drm/drm_fixed.h
>> index 33de514a5221..21d822aeed55 100644
>> --- a/include/drm/drm_fixed.h
>> +++ b/include/drm/drm_fixed.h
>> @@ -79,7 +79,8 @@ static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B)
>> #define DRM_FIXED_ALMOST_ONE (DRM_FIXED_ONE - DRM_FIXED_EPSILON)
>>
>> /**
>> - * @drm_sm2fixp
>> + * drm_sm2fixp() - convert signed-magnitude to fixed point
>> + * @a: 1.31.32 signed-magnitude fixed point
>> *
>> * Convert a 1.31.32 signed-magnitude fixed point to 32.32
>> * 2s-complement fixed point
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-30 9:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 15:30 [PATCH] drm/fixed: fix kernel-doc for drm_sm2fixp() Jani Nikula
2026-06-30 9:23 ` Thomas Zimmermann
2026-06-30 9:59 ` Jani Nikula
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.