forked from luck/tmp_suning_uos_patched
scripts/spelling.txt: add "explictely" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: explictely||explicitly Link: http://lkml.kernel.org/r/1481573103-11329-25-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>
This commit is contained in:
parent
a6ab4eff19
commit
34dcaf40c1
|
@ -319,7 +319,7 @@ Version History
|
||||||
1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
|
1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
|
||||||
1.6.0 Add discard support (and devices_handle_discard_safely module param).
|
1.6.0 Add discard support (and devices_handle_discard_safely module param).
|
||||||
1.7.0 Add support for MD RAID0 mappings.
|
1.7.0 Add support for MD RAID0 mappings.
|
||||||
1.8.0 Explictely check for compatible flags in the superblock metadata
|
1.8.0 Explicitly check for compatible flags in the superblock metadata
|
||||||
and reject to start the raid set if any are set by a newer
|
and reject to start the raid set if any are set by a newer
|
||||||
target version, thus avoiding data corruption on a raid set
|
target version, thus avoiding data corruption on a raid set
|
||||||
with a reshape in progress.
|
with a reshape in progress.
|
||||||
|
|
|
@ -655,7 +655,7 @@ static void terminate_monitor(struct cm4000_dev *dev)
|
||||||
* monitor the card every 50msec. as a side-effect, retrieve the
|
* monitor the card every 50msec. as a side-effect, retrieve the
|
||||||
* atr once a card is inserted. another side-effect of retrieving the
|
* atr once a card is inserted. another side-effect of retrieving the
|
||||||
* atr is that the card will be powered on, so there is no need to
|
* atr is that the card will be powered on, so there is no need to
|
||||||
* power on the card explictely from the application: the driver
|
* power on the card explicitly from the application: the driver
|
||||||
* is already doing that for you.
|
* is already doing that for you.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -428,6 +428,7 @@ expecially||especially
|
||||||
explicite||explicit
|
explicite||explicit
|
||||||
explicitely||explicitly
|
explicitely||explicitly
|
||||||
explict||explicit
|
explict||explicit
|
||||||
|
explictely||explicitly
|
||||||
explictly||explicitly
|
explictly||explicitly
|
||||||
expresion||expression
|
expresion||expression
|
||||||
exprimental||experimental
|
exprimental||experimental
|
||||||
|
|
Loading…
Reference in New Issue
Block a user