diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-05-27 15:05:42 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 14:01:39 +0200 |
commit | 60acc4ebe710a8e5c56a8488e91c8b1903289ca8 (patch) | |
tree | b407636a3639af9a0f3286c3a6cad63390948a59 /drivers/gpu/drm/drm_atomic_helper.c | |
parent | b527538fe6f9506d619c09ee5f86b27d91e779e4 (diff) | |
download | kernel_replicant_linux-60acc4ebe710a8e5c56a8488e91c8b1903289ca8.tar.gz kernel_replicant_linux-60acc4ebe710a8e5c56a8488e91c8b1903289ca8.tar.bz2 kernel_replicant_linux-60acc4ebe710a8e5c56a8488e91c8b1903289ca8.zip |
treewide: Fix typo compatability -> compatibility
Even though 'compatability' has a dedicated entry in the Wiktionary,
it's listed as 'Mispelling of compatibility'. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> for the atomic_helper.c
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/gpu/drm/drm_atomic_helper.c')
-rw-r--r-- | drivers/gpu/drm/drm_atomic_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c index aac212297b49..a420c6602df8 100644 --- a/drivers/gpu/drm/drm_atomic_helper.c +++ b/drivers/gpu/drm/drm_atomic_helper.c @@ -744,7 +744,7 @@ crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) * This function shuts down all the outputs that need to be shut down and * prepares them (if required) with the new mode. * - * For compatability with legacy crtc helpers this should be called before + * For compatibility with legacy crtc helpers this should be called before * drm_atomic_helper_commit_planes(), which is what the default commit function * does. But drivers with different needs can group the modeset commits together * and do the plane commits at the end. This is useful for drivers doing runtime @@ -769,7 +769,7 @@ EXPORT_SYMBOL(drm_atomic_helper_commit_modeset_disables); * This function enables all the outputs with the new configuration which had to * be turned off for the update. * - * For compatability with legacy crtc helpers this should be called after + * For compatibility with legacy crtc helpers this should be called after * drm_atomic_helper_commit_planes(), which is what the default commit function * does. But drivers with different needs can group the modeset commits together * and do the plane commits at the end. This is useful for drivers doing runtime |