diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:12 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
commit | 57366a8d0bf24181fea3e9d5b772175059914a3c (patch) | |
tree | 9fef1896706f74d3523b4d065950ec1f65a41cfc | |
parent | b43daedc0e786e17943680dde410b553a33cd174 (diff) |
scripts/spelling.txt: add "againt" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
againt||against
While we are here, fix the "capabilites" as well in the touched hunk in
drivers/gpu/drm/drm_probe_helper.c.
Link: http://lkml.kernel.org/r/1481573103-11329-13-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/gpu/drm/drm_probe_helper.c | 4 | ||||
-rw-r--r-- | fs/ecryptfs/kthread.c | 2 | ||||
-rw-r--r-- | scripts/spelling.txt | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c index 93381454bdf7..dc4419ada12c 100644 --- a/drivers/gpu/drm/drm_probe_helper.c +++ b/drivers/gpu/drm/drm_probe_helper.c | |||
@@ -220,8 +220,8 @@ drm_connector_detect(struct drm_connector *connector, bool force) | |||
220 | * - drm_mode_validate_basic() performs basic sanity checks | 220 | * - drm_mode_validate_basic() performs basic sanity checks |
221 | * - drm_mode_validate_size() filters out modes larger than @maxX and @maxY | 221 | * - drm_mode_validate_size() filters out modes larger than @maxX and @maxY |
222 | * (if specified) | 222 | * (if specified) |
223 | * - drm_mode_validate_flag() checks the modes againt basic connector | 223 | * - drm_mode_validate_flag() checks the modes against basic connector |
224 | * capabilites (interlace_allowed,doublescan_allowed,stereo_allowed) | 224 | * capabilities (interlace_allowed,doublescan_allowed,stereo_allowed) |
225 | * - the optional &drm_connector_helper_funcs.mode_valid helper can perform | 225 | * - the optional &drm_connector_helper_funcs.mode_valid helper can perform |
226 | * driver and/or hardware specific checks | 226 | * driver and/or hardware specific checks |
227 | * | 227 | * |
diff --git a/fs/ecryptfs/kthread.c b/fs/ecryptfs/kthread.c index 866bb18efefe..e00d45af84ea 100644 --- a/fs/ecryptfs/kthread.c +++ b/fs/ecryptfs/kthread.c | |||
@@ -123,7 +123,7 @@ void ecryptfs_destroy_kthread(void) | |||
123 | * @lower_dentry: Lower dentry for file to open | 123 | * @lower_dentry: Lower dentry for file to open |
124 | * @lower_mnt: Lower vfsmount for file to open | 124 | * @lower_mnt: Lower vfsmount for file to open |
125 | * | 125 | * |
126 | * This function gets a r/w file opened againt the lower dentry. | 126 | * This function gets a r/w file opened against the lower dentry. |
127 | * | 127 | * |
128 | * Returns zero on success; non-zero otherwise | 128 | * Returns zero on success; non-zero otherwise |
129 | */ | 129 | */ |
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 276da429cbaf..af842a7ec0eb 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
@@ -62,6 +62,7 @@ adress||address | |||
62 | adresses||addresses | 62 | adresses||addresses |
63 | adviced||advised | 63 | adviced||advised |
64 | afecting||affecting | 64 | afecting||affecting |
65 | againt||against | ||
65 | agaist||against | 66 | agaist||against |
66 | albumns||albums | 67 | albumns||albums |
67 | alegorical||allegorical | 68 | alegorical||allegorical |