Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Few typo fixes

s/instatiated/instantiated/
s/unreference/unreferenced/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210318103739.27849-1-unixbhaskar@gmail.com

authored by

Bhaskar Chowdhury and committed by
Daniel Vetter
4cf1d871 6cf9dc23

+2 -2
+2 -2
drivers/gpu/drm/drm_property.c
··· 43 43 * property types and ranges. 44 44 * 45 45 * Properties don't store the current value directly, but need to be 46 - * instatiated by attaching them to a &drm_mode_object with 46 + * instantiated by attaching them to a &drm_mode_object with 47 47 * drm_object_attach_property(). 48 48 * 49 49 * Property values are only 64bit. To support bigger piles of data (like gamma ··· 644 644 * @id: id of the blob property 645 645 * 646 646 * If successful, this takes an additional reference to the blob property. 647 - * callers need to make sure to eventually unreference the returned property 647 + * callers need to make sure to eventually unreferenced the returned property 648 648 * again, using drm_property_blob_put(). 649 649 * 650 650 * Return: