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

treewide: relase -> release

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Geert Uytterhoeven and committed by
Jiri Kosina
83a35e36 a15e4190

+8 -8
+1 -1
Makefile
··· 794 794 $(vmlinux-dirs): prepare scripts 795 795 $(Q)$(MAKE) $(build)=$@ 796 796 797 - # Store (new) KERNELRELASE string in include/config/kernel.release 797 + # Store (new) KERNELRELEASE string in include/config/kernel.release 798 798 include/config/kernel.release: include/config/auto.conf FORCE 799 799 $(Q)rm -f $@ 800 800 $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@
+1 -1
drivers/input/misc/da9055_onkey.c
··· 36 36 } else { 37 37 key_stat &= DA9055_NOKEY_STS; 38 38 /* 39 - * Onkey status bit is cleared when onkey button is relased. 39 + * Onkey status bit is cleared when onkey button is released. 40 40 */ 41 41 if (!key_stat) { 42 42 input_report_key(onkey->input, KEY_POWER, 0);
+1 -1
drivers/media/dvb-frontends/stv0367.c
··· 2919 2919 if (tuner_lock == 0) 2920 2920 return FE_367CAB_NOTUNER; 2921 2921 #endif 2922 - /* Relase the TRL to start demodulator acquisition */ 2922 + /* Release the TRL to start demodulator acquisition */ 2923 2923 /* Wait for QAM lock */ 2924 2924 LockTime = 0; 2925 2925 stv0367_writereg(state, R367CAB_CTRL_1, 0x00);
+1 -1
drivers/net/ethernet/intel/igb/e1000_phy.c
··· 2014 2014 * Verify the reset block is not blocking us from resetting. Acquire 2015 2015 * semaphore (if necessary) and read/set/write the device control reset 2016 2016 * bit in the PHY. Wait the appropriate delay time for the device to 2017 - * reset and relase the semaphore (if necessary). 2017 + * reset and release the semaphore (if necessary). 2018 2018 **/ 2019 2019 s32 igb_phy_hw_reset(struct e1000_hw *hw) 2020 2020 {
+1 -1
drivers/s390/char/vmur.c
··· 89 89 * urd references: 90 90 * - ur_probe gets a urd reference, ur_remove drops the reference 91 91 * dev_get_drvdata(&cdev->dev) 92 - * - ur_open gets a urd reference, ur_relase drops the reference 92 + * - ur_open gets a urd reference, ur_release drops the reference 93 93 * (urf->urd) 94 94 * 95 95 * cdev references:
+1 -1
drivers/scsi/libfc/fc_fcp.c
··· 2043 2043 spin_unlock_irqrestore(&si->scsi_queue_lock, flags); 2044 2044 return SUCCESS; 2045 2045 } 2046 - /* grab a ref so the fsp and sc_cmd cannot be relased from under us */ 2046 + /* grab a ref so the fsp and sc_cmd cannot be released from under us */ 2047 2047 fc_fcp_pkt_hold(fsp); 2048 2048 spin_unlock_irqrestore(&si->scsi_queue_lock, flags); 2049 2049
+1 -1
mm/mmu_notifier.c
··· 315 315 316 316 /* 317 317 * Wait for any running method to finish, of course including 318 - * ->release if it was run by mmu_notifier_relase instead of us. 318 + * ->release if it was run by mmu_notifier_release instead of us. 319 319 */ 320 320 synchronize_srcu(&srcu); 321 321
+1 -1
sound/pci/hda/hda_codec.c
··· 2523 2523 flush_workqueue(bus->workq); 2524 2524 #endif 2525 2525 snd_hda_ctls_clear(codec); 2526 - /* relase PCMs */ 2526 + /* release PCMs */ 2527 2527 for (i = 0; i < codec->num_pcms; i++) { 2528 2528 if (codec->pcm_info[i].pcm) { 2529 2529 snd_device_free(card, codec->pcm_info[i].pcm);