Skip to content

Commit b9f2920

Browse files
rddunlaptdz
authored andcommitted
iosys-map: fix kernel-doc typos
Correct spelling of "beginning". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: dri-devel@lists.freedesktop.org Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230930221428.18463-2-rdunlap@infradead.org
1 parent 451921e commit b9f2920

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/iosys-map.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ static inline void iosys_map_memset(struct iosys_map *dst, size_t offset,
426426
* iosys_map_rd_field - Read a member from a struct in the iosys_map
427427
*
428428
* @map__: The iosys_map structure
429-
* @struct_offset__: Offset from the beggining of the map, where the struct
429+
* @struct_offset__: Offset from the beginning of the map, where the struct
430430
* is located
431431
* @struct_type__: The struct describing the layout of the mapping
432432
* @field__: Member of the struct to read
@@ -494,7 +494,7 @@ static inline void iosys_map_memset(struct iosys_map *dst, size_t offset,
494494
* iosys_map_wr_field - Write to a member of a struct in the iosys_map
495495
*
496496
* @map__: The iosys_map structure
497-
* @struct_offset__: Offset from the beggining of the map, where the struct
497+
* @struct_offset__: Offset from the beginning of the map, where the struct
498498
* is located
499499
* @struct_type__: The struct describing the layout of the mapping
500500
* @field__: Member of the struct to read

0 commit comments

Comments
 (0)