Skip to content

Commit fddf092

Browse files
pfactumlumag
authored andcommitted
drm/display: fix typo
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 <[email protected]> Acked-by: Randy Dunlap <[email protected]> Fixes: b3daa5e ("drm: Add helper for DP++ adaptors") Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent a4ec240 commit fddf092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/display/drm_dp_dual_mode_helper.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* @adapter: I2C adapter for the DDC bus
5353
* @offset: register offset
5454
* @buffer: buffer for return data
55-
* @size: sizo of the buffer
55+
* @size: size of the buffer
5656
*
5757
* Reads @size bytes from the DP dual mode adaptor registers
5858
* starting at @offset.
@@ -116,7 +116,7 @@ EXPORT_SYMBOL(drm_dp_dual_mode_read);
116116
* @adapter: I2C adapter for the DDC bus
117117
* @offset: register offset
118118
* @buffer: buffer for write data
119-
* @size: sizo of the buffer
119+
* @size: size of the buffer
120120
*
121121
* Writes @size bytes to the DP dual mode adaptor registers
122122
* starting at @offset.

0 commit comments

Comments
 (0)