diff options
author | Randy Dunlap <[email protected]> | 2024-02-13 14:42:19 -0800 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2024-02-14 11:14:40 +0100 |
commit | 4276d28e1da689e0cad3e88521c2cddbea42eb6e (patch) | |
tree | fd8cead119398f0309a0457b7645f463916516c6 | |
parent | 50735922edb6ed5f9fc946106e6c1f034f50f54f (diff) |
iosys-map: fix typo
Correct a spello/typo in comments.
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]
-rw-r--r-- | include/linux/iosys-map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iosys-map.h b/include/linux/iosys-map.h index e3649a6563dd..4696abfd311c 100644 --- a/include/linux/iosys-map.h +++ b/include/linux/iosys-map.h @@ -34,7 +34,7 @@ * the same driver for allocation, read and write operations. * * Open-coding access to :c:type:`struct iosys_map <iosys_map>` is considered - * bad style. Rather then accessing its fields directly, use one of the provided + * bad style. Rather than accessing its fields directly, use one of the provided * helper functions, or implement your own. For example, instances of * :c:type:`struct iosys_map <iosys_map>` can be initialized statically with * IOSYS_MAP_INIT_VADDR(), or at runtime with iosys_map_set_vaddr(). These |