diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-09-30 15:14:27 -0700 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-10-12 09:58:02 +0200 |
commit | b9f29205c0182a2059b4dfa2883db5ef423574d4 (patch) | |
tree | 249ac624ae57b58bddfee47ba238822bf5b34bb4 | |
parent | 451921e7bbc74fd87bfc9b413e4d57cc498fcca8 (diff) | |
download | lwn-b9f29205c0182a2059b4dfa2883db5ef423574d4.tar.gz lwn-b9f29205c0182a2059b4dfa2883db5ef423574d4.zip |
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
-rw-r--r-- | include/linux/iosys-map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/iosys-map.h b/include/linux/iosys-map.h index cb71aa616bd3..1b06d074ade0 100644 --- a/include/linux/iosys-map.h +++ b/include/linux/iosys-map.h @@ -426,7 +426,7 @@ static inline void iosys_map_memset(struct iosys_map *dst, size_t offset, * iosys_map_rd_field - Read a member from a struct in the iosys_map * * @map__: The iosys_map structure - * @struct_offset__: Offset from the beggining of the map, where the struct + * @struct_offset__: Offset from the beginning of the map, where the struct * is located * @struct_type__: The struct describing the layout of the mapping * @field__: Member of the struct to read @@ -494,7 +494,7 @@ static inline void iosys_map_memset(struct iosys_map *dst, size_t offset, * iosys_map_wr_field - Write to a member of a struct in the iosys_map * * @map__: The iosys_map structure - * @struct_offset__: Offset from the beggining of the map, where the struct + * @struct_offset__: Offset from the beginning of the map, where the struct * is located * @struct_type__: The struct describing the layout of the mapping * @field__: Member of the struct to read |