aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-02-27 17:29:34 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-27 21:43:47 -0500
commita6ab4eff19ff52d5f1891ef919f7125bbd22b6b3 (patch)
tree6f94feb6cb6ee154fc9383e63216ab1e9caba407
parent2c149601001ba25b5b4e5aa9dd481d677cae15ae (diff)
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.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/media/v4l2-core/tuner-core.c4
-rw-r--r--drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c2
-rw-r--r--drivers/video/fbdev/aty/radeon_monitor.c2
-rw-r--r--scripts/spelling.txt1
4 files changed, 5 insertions, 4 deletions
diff --git a/drivers/media/v4l2-core/tuner-core.c b/drivers/media/v4l2-core/tuner-core.c
index 05b5c6652cfa..e48b7c032c95 100644
--- a/drivers/media/v4l2-core/tuner-core.c
+++ b/drivers/media/v4l2-core/tuner-core.c
@@ -245,7 +245,7 @@ static const struct analog_demod_ops tuner_analog_ops = {
245 * @tuner_callback: an optional function to be called when switching 245 * @tuner_callback: an optional function to be called when switching
246 * to analog mode 246 * to analog mode
247 * 247 *
248 * This function applys the tuner config to tuner specified 248 * This function applies the tuner config to tuner specified
249 * by tun_setup structure. It contains several per-tuner initialization "magic" 249 * by tun_setup structure. It contains several per-tuner initialization "magic"
250 */ 250 */
251static void set_type(struct i2c_client *c, unsigned int type, 251static void set_type(struct i2c_client *c, unsigned int type,
@@ -463,7 +463,7 @@ attach_failed:
463 * @sd: subdev descriptor 463 * @sd: subdev descriptor
464 * @tun_setup: type to be associated to a given tuner i2c address 464 * @tun_setup: type to be associated to a given tuner i2c address
465 * 465 *
466 * This function applys the tuner config to tuner specified 466 * This function applies the tuner config to tuner specified
467 * by tun_setup structure. 467 * by tun_setup structure.
468 * If tuner I2C address is UNSET, then it will only set the device 468 * If tuner I2C address is UNSET, then it will only set the device
469 * if the tuner supports the mode specified in the call. 469 * if the tuner supports the mode specified in the call.
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
index 30535e6b68f0..c8ac46049f34 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
@@ -1449,7 +1449,7 @@ do { \
1449 * @atr_input: input bitstream to compute the hash on 1449 * @atr_input: input bitstream to compute the hash on
1450 * @input_mask: mask for the input bitstream 1450 * @input_mask: mask for the input bitstream
1451 * 1451 *
1452 * This function serves two main purposes. First it applys the input_mask 1452 * This function serves two main purposes. First it applies the input_mask
1453 * to the atr_input resulting in a cleaned up atr_input data stream. 1453 * to the atr_input resulting in a cleaned up atr_input data stream.
1454 * Secondly it computes the hash and stores it in the bkt_hash field at 1454 * Secondly it computes the hash and stores it in the bkt_hash field at
1455 * the end of the input byte stream. This way it will be available for 1455 * the end of the input byte stream. This way it will be available for
diff --git a/drivers/video/fbdev/aty/radeon_monitor.c b/drivers/video/fbdev/aty/radeon_monitor.c
index 278b421ab3fe..dd823f5fe4c9 100644
--- a/drivers/video/fbdev/aty/radeon_monitor.c
+++ b/drivers/video/fbdev/aty/radeon_monitor.c
@@ -646,7 +646,7 @@ void radeon_probe_screens(struct radeonfb_info *rinfo,
646 646
647 647
648/* 648/*
649 * This functions applyes any arch/model/machine specific fixups 649 * This function applies any arch/model/machine specific fixups
650 * to the panel info. It may eventually alter EDID block as 650 * to the panel info. It may eventually alter EDID block as
651 * well or whatever is specific to a given model and not probed 651 * well or whatever is specific to a given model and not probed
652 * properly by the default code 652 * properly by the default code
diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index edaf94d32cc7..deaa2a9f237c 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -105,6 +105,7 @@ appearence||appearance
105applicaion||application 105applicaion||application
106appliction||application 106appliction||application
107applictions||applications 107applictions||applications
108applys||applies
108appplications||applications 109appplications||applications
109appropiate||appropriate 110appropiate||appropriate
110appropriatly||appropriately 111appropriatly||appropriately