diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:29:20 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:47 -0500 |
| commit | 183b8021fc0a5fadecdf9c0ccac1f48b5c326278 (patch) | |
| tree | 8cdf94bb0b8b9cce04fe10c64fc68ca6629a846c /drivers/firewire | |
| parent | 4d39f0ac8e5aeaa5e56c2d2a0f737ac8bb826bca (diff) | |
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt:
intialization||initialization
The "inintialization" in drivers/acpi/spcr.c is a different pattern but
I fixed it as well in this commit.
Link: http://lkml.kernel.org/r/1481573103-11329-16-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>
Diffstat (limited to 'drivers/firewire')
| -rw-r--r-- | drivers/firewire/core-device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/core-device.c b/drivers/firewire/core-device.c index f9e3aee6a211..7c2eed76011e 100644 --- a/drivers/firewire/core-device.c +++ b/drivers/firewire/core-device.c | |||
| @@ -1068,7 +1068,7 @@ static void fw_device_init(struct work_struct *work) | |||
| 1068 | 1068 | ||
| 1069 | /* | 1069 | /* |
| 1070 | * Transition the device to running state. If it got pulled | 1070 | * Transition the device to running state. If it got pulled |
| 1071 | * out from under us while we did the intialization work, we | 1071 | * out from under us while we did the initialization work, we |
| 1072 | * have to shut down the device again here. Normally, though, | 1072 | * have to shut down the device again here. Normally, though, |
| 1073 | * fw_node_event will be responsible for shutting it down when | 1073 | * fw_node_event will be responsible for shutting it down when |
| 1074 | * necessary. We have to use the atomic cmpxchg here to avoid | 1074 | * necessary. We have to use the atomic cmpxchg here to avoid |
| @@ -1231,7 +1231,7 @@ void fw_node_event(struct fw_card *card, struct fw_node *node, int event) | |||
| 1231 | break; | 1231 | break; |
| 1232 | 1232 | ||
| 1233 | /* | 1233 | /* |
| 1234 | * Do minimal intialization of the device here, the | 1234 | * Do minimal initialization of the device here, the |
| 1235 | * rest will happen in fw_device_init(). | 1235 | * rest will happen in fw_device_init(). |
| 1236 | * | 1236 | * |
| 1237 | * Attention: A lot of things, even fw_device_get(), | 1237 | * Attention: A lot of things, even fw_device_get(), |
