Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Linus Torvalds
a6ab4eff 2c149601

+5 -4
+2 -2
drivers/media/v4l2-core/tuner-core.c
··· 245 245 * @tuner_callback: an optional function to be called when switching 246 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 249 * by tun_setup structure. It contains several per-tuner initialization "magic" 250 250 */ 251 251 static void set_type(struct i2c_client *c, unsigned int type, ··· 463 463 * @sd: subdev descriptor 464 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 467 * by tun_setup structure. 468 468 * If tuner I2C address is UNSET, then it will only set the device 469 469 * if the tuner supports the mode specified in the call.
+1 -1
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
··· 1449 1449 * @atr_input: input bitstream to compute the hash on 1450 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 1453 * to the atr_input resulting in a cleaned up atr_input data stream. 1454 1454 * Secondly it computes the hash and stores it in the bkt_hash field at 1455 1455 * the end of the input byte stream. This way it will be available for
+1 -1
drivers/video/fbdev/aty/radeon_monitor.c
··· 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 650 * to the panel info. It may eventually alter EDID block as 651 651 * well or whatever is specific to a given model and not probed 652 652 * properly by the default code
+1
scripts/spelling.txt
··· 105 105 applicaion||application 106 106 appliction||application 107 107 applictions||applications 108 + applys||applies 108 109 appplications||applications 109 110 appropiate||appropriate 110 111 appropriatly||appropriately