diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-10-24 16:02:57 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 14:59:11 +0100 |
commit | c6b78bc8c884097fa7beadbfae2b5a8a7a46d4fe (patch) | |
tree | 47a546bff66a5f871b308e12200d50ad4fa1a073 /drivers/gpu/drm/exynos/exynos_drm_ipp.h | |
parent | 67f502dc0b50eaf60a6718814bb063cd0cafa9fd (diff) | |
download | lwn-c6b78bc8c884097fa7beadbfae2b5a8a7a46d4fe.tar.gz lwn-c6b78bc8c884097fa7beadbfae2b5a8a7a46d4fe.zip |
drm: fix typos in comment in /gpu/drm/exynos
Correct spelling typo in drivers/gpu/drm/exynos
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_ipp.h')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_ipp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.h b/drivers/gpu/drm/exynos/exynos_drm_ipp.h index 4cadbea7dbde..ab1634befc05 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_ipp.h +++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.h @@ -48,7 +48,7 @@ struct drm_exynos_ipp_cmd_work { /* * A structure of command node. * - * @priv: IPP private infomation. + * @priv: IPP private information. * @list: list head to command queue information. * @event_list: list head of event. * @mem_list: list head to source,destination memory queue information. @@ -92,7 +92,7 @@ struct drm_exynos_ipp_buf_info { }; /* - * A structure of wb setting infomation. + * A structure of wb setting information. * * @enable: enable flag for wb. * @refresh: HZ of the refresh rate. |