mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 17:57:38 -04:00
drm/fixed: fix kernel-doc for drm_sm2fixp()
Fix the kernel-doc comment for drm_sm2fixp(). Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patch.msgid.link/20260615153012.1899576-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user