Commit a6ab4eff authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

scripts/spelling.txt: add "applys" pattern and fix typo instances

Fix typos and add the following to the scripts/spelling.txt:

  applys||applies

The "applyes" in drivers/video/fbdev/aty/radeon_monitor.c is a different
pattern but it was fixed in this commit.  The "This functions" in the
same line was fixed as well.

Link: http://lkml.kernel.org/r/1481573103-11329-24-git-send-email-yamada.masahiro@socionext.comSigned-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2c149601
...@@ -245,7 +245,7 @@ static const struct analog_demod_ops tuner_analog_ops = { ...@@ -245,7 +245,7 @@ static const struct analog_demod_ops tuner_analog_ops = {
* @tuner_callback: an optional function to be called when switching * @tuner_callback: an optional function to be called when switching
* to analog mode * to analog mode
* *
* This function applys the tuner config to tuner specified * This function applies the tuner config to tuner specified
* by tun_setup structure. It contains several per-tuner initialization "magic" * by tun_setup structure. It contains several per-tuner initialization "magic"
*/ */
static void set_type(struct i2c_client *c, unsigned int type, static void set_type(struct i2c_client *c, unsigned int type,
...@@ -463,7 +463,7 @@ static void set_type(struct i2c_client *c, unsigned int type, ...@@ -463,7 +463,7 @@ static void set_type(struct i2c_client *c, unsigned int type,
* @sd: subdev descriptor * @sd: subdev descriptor
* @tun_setup: type to be associated to a given tuner i2c address * @tun_setup: type to be associated to a given tuner i2c address
* *
* This function applys the tuner config to tuner specified * This function applies the tuner config to tuner specified
* by tun_setup structure. * by tun_setup structure.
* If tuner I2C address is UNSET, then it will only set the device * If tuner I2C address is UNSET, then it will only set the device
* if the tuner supports the mode specified in the call. * if the tuner supports the mode specified in the call.
......
...@@ -1449,7 +1449,7 @@ do { \ ...@@ -1449,7 +1449,7 @@ do { \
* @atr_input: input bitstream to compute the hash on * @atr_input: input bitstream to compute the hash on
* @input_mask: mask for the input bitstream * @input_mask: mask for the input bitstream
* *
* This function serves two main purposes. First it applys the input_mask * This function serves two main purposes. First it applies the input_mask
* to the atr_input resulting in a cleaned up atr_input data stream. * to the atr_input resulting in a cleaned up atr_input data stream.
* Secondly it computes the hash and stores it in the bkt_hash field at * Secondly it computes the hash and stores it in the bkt_hash field at
* the end of the input byte stream. This way it will be available for * the end of the input byte stream. This way it will be available for
......
...@@ -646,7 +646,7 @@ void radeon_probe_screens(struct radeonfb_info *rinfo, ...@@ -646,7 +646,7 @@ void radeon_probe_screens(struct radeonfb_info *rinfo,
/* /*
* This functions applyes any arch/model/machine specific fixups * This function applies any arch/model/machine specific fixups
* to the panel info. It may eventually alter EDID block as * to the panel info. It may eventually alter EDID block as
* well or whatever is specific to a given model and not probed * well or whatever is specific to a given model and not probed
* properly by the default code * properly by the default code
......
...@@ -105,6 +105,7 @@ appearence||appearance ...@@ -105,6 +105,7 @@ appearence||appearance
applicaion||application applicaion||application
appliction||application appliction||application
applictions||applications applictions||applications
applys||applies
appplications||applications appplications||applications
appropiate||appropriate appropiate||appropriate
appropriatly||appropriately appropriatly||appropriately
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment