diff options
author | Markus Elfring <[email protected]> | 2017-05-05 15:30:44 +0200 |
---|---|---|
committer | Benjamin Gaignard <[email protected]> | 2017-05-09 14:46:02 +0200 |
commit | e1a22f905409491ce4af6d02031b69413f0fb220 (patch) | |
tree | 34d47cbdc929b896fd3e140047a44dd0736cb94b | |
parent | e9635133d47b9c685bbb69c5e4a63408109d140f (diff) |
drm/sti: Fix a typo in a comment line
Add a missing character in this description for a data structure.
Signed-off-by: Markus Elfring <[email protected]>
Signed-off-by: Benjamin Gaignard <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/sti/sti_cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_cursor.c b/drivers/gpu/drm/sti/sti_cursor.c index cd35b9d9de26..5b3a41f74f21 100644 --- a/drivers/gpu/drm/sti/sti_cursor.c +++ b/drivers/gpu/drm/sti/sti_cursor.c @@ -33,7 +33,7 @@ #define STI_CURS_MAX_SIZE 128 /* - * pixmap dma buffer stucture + * pixmap dma buffer structure * * @paddr: physical address * @size: buffer size |