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

Fix typo configue => configure in comments

Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Thomas Weber and committed by
Jiri Kosina
b42e1796 0b1974de

+5 -5
+1 -1
arch/mips/pci/fixup-fuloong2e.c
··· 52 52 { 53 53 unsigned int val; 54 54 55 - /* Configues port 1, 2, 3, 4 to be validate*/ 55 + /* Configures port 1, 2, 3, 4 to be validate*/ 56 56 pci_read_config_dword(pdev, 0xe0, &val); 57 57 pci_write_config_dword(pdev, 0xe0, (val & ~7) | 0x4); 58 58
+1 -1
drivers/net/wireless/hostap/hostap_hw.c
··· 2621 2621 iface = netdev_priv(dev); 2622 2622 local = iface->local; 2623 2623 2624 - /* Detect early interrupt before driver is fully configued */ 2624 + /* Detect early interrupt before driver is fully configured */ 2625 2625 spin_lock(&local->irq_init_lock); 2626 2626 if (!dev->base_addr) { 2627 2627 if (net_ratelimit()) {
+1 -1
net/irda/irnet/irnet_ppp.c
··· 663 663 if((val == N_SYNC_PPP) || (val == N_PPP)) 664 664 { 665 665 DEBUG(FS_INFO, "Entering PPP discipline.\n"); 666 - /* PPP channel setup (ap->chan in configued in dev_irnet_open())*/ 666 + /* PPP channel setup (ap->chan in configured in dev_irnet_open())*/ 667 667 lock_kernel(); 668 668 err = ppp_register_channel(&ap->chan); 669 669 if(err == 0)
+1 -1
sound/soc/s3c24xx/neo1973_gta02_wm8753.c
··· 182 182 if (ret < 0) 183 183 return ret; 184 184 185 - /* configue and enable PLL for 12.288MHz output */ 185 + /* configure and enable PLL for 12.288MHz output */ 186 186 ret = snd_soc_dai_set_pll(codec_dai, WM8753_PLL2, 0, 187 187 iis_clkrate / 4, 12288000); 188 188 if (ret < 0)
+1 -1
sound/soc/s3c24xx/neo1973_wm8753.c
··· 201 201 if (ret < 0) 202 202 return ret; 203 203 204 - /* configue and enable PLL for 12.288MHz output */ 204 + /* configure and enable PLL for 12.288MHz output */ 205 205 ret = snd_soc_dai_set_pll(codec_dai, WM8753_PLL2, 0, 206 206 iis_clkrate / 4, 12288000); 207 207 if (ret < 0)