On sobota 20. ledna 2024 7:44:45, CEST Randy Dunlap wrote: > > On 1/19/24 02:22, Oleksandr Natalenko wrote: > > While studying the code I've bumped into a small typo within the > > kernel-doc for two functions, apparently, due to copy-paste. > > > > This commit fixes "sizo" word to be "size". > > > > Signed-off-by: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx> > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > > Thanks. > > > --- > > drivers/gpu/drm/display/drm_dp_dual_mode_helper.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c b/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c > > index bd61e20770a5b..14a2a8473682b 100644 > > --- a/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c > > +++ b/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c > > @@ -52,7 +52,7 @@ > > * @adapter: I2C adapter for the DDC bus > > * @offset: register offset > > * @buffer: buffer for return data > > - * @size: sizo of the buffer > > + * @size: size of the buffer > > * > > * Reads @size bytes from the DP dual mode adaptor registers > > * starting at @offset. > > @@ -116,7 +116,7 @@ EXPORT_SYMBOL(drm_dp_dual_mode_read); > > * @adapter: I2C adapter for the DDC bus > > * @offset: register offset > > * @buffer: buffer for write data > > - * @size: sizo of the buffer > > + * @size: size of the buffer > > * > > * Writes @size bytes to the DP dual mode adaptor registers > > * starting at @offset. > > Gentle ping. I don't see this change in linux-next, so probably it got lost. -- Oleksandr Natalenko (post-factum)
Attachment:
signature.asc
Description: This is a digitally signed message part.