Skip to content

Commit b9f2920

Browse files
rddunlapThomas Zimmermann
authored andcommitted
iosys-map: fix kernel-doc typos
Correct spelling of "beginning". Signed-off-by: Randy Dunlap <[email protected]> Cc: Thomas Zimmermann <[email protected]> Cc: [email protected] Reviewed-by: Thomas Zimmermann <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 451921e commit b9f2920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)