Skip to content

Commit 4276d28

Browse files
rddunlapThomas Zimmermann
authored andcommitted
iosys-map: fix typo
Correct a spello/typo in comments. 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/20240213224219.10644-1-rdunlap@infradead.org
1 parent 5073592 commit 4276d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/iosys-map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* the same driver for allocation, read and write operations.
3535
*
3636
* Open-coding access to :c:type:`struct iosys_map <iosys_map>` is considered
37-
* bad style. Rather then accessing its fields directly, use one of the provided
37+
* bad style. Rather than accessing its fields directly, use one of the provided
3838
* helper functions, or implement your own. For example, instances of
3939
* :c:type:`struct iosys_map <iosys_map>` can be initialized statically with
4040
* IOSYS_MAP_INIT_VADDR(), or at runtime with iosys_map_set_vaddr(). These

0 commit comments

Comments
 (0)