forked from Minki/linux
treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a15e41909c
commit
83a35e3604
2
Makefile
2
Makefile
@ -794,7 +794,7 @@ PHONY += $(vmlinux-dirs)
|
||||
$(vmlinux-dirs): prepare scripts
|
||||
$(Q)$(MAKE) $(build)=$@
|
||||
|
||||
# Store (new) KERNELRELASE string in include/config/kernel.release
|
||||
# Store (new) KERNELRELEASE string in include/config/kernel.release
|
||||
include/config/kernel.release: include/config/auto.conf FORCE
|
||||
$(Q)rm -f $@
|
||||
$(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@
|
||||
|
@ -36,7 +36,7 @@ static void da9055_onkey_query(struct da9055_onkey *onkey)
|
||||
} else {
|
||||
key_stat &= DA9055_NOKEY_STS;
|
||||
/*
|
||||
* Onkey status bit is cleared when onkey button is relased.
|
||||
* Onkey status bit is cleared when onkey button is released.
|
||||
*/
|
||||
if (!key_stat) {
|
||||
input_report_key(onkey->input, KEY_POWER, 0);
|
||||
|
@ -2919,7 +2919,7 @@ enum stv0367_cab_signal_type stv0367cab_algo(struct stv0367_state *state,
|
||||
if (tuner_lock == 0)
|
||||
return FE_367CAB_NOTUNER;
|
||||
#endif
|
||||
/* Relase the TRL to start demodulator acquisition */
|
||||
/* Release the TRL to start demodulator acquisition */
|
||||
/* Wait for QAM lock */
|
||||
LockTime = 0;
|
||||
stv0367_writereg(state, R367CAB_CTRL_1, 0x00);
|
||||
|
@ -2014,7 +2014,7 @@ out:
|
||||
* Verify the reset block is not blocking us from resetting. Acquire
|
||||
* semaphore (if necessary) and read/set/write the device control reset
|
||||
* bit in the PHY. Wait the appropriate delay time for the device to
|
||||
* reset and relase the semaphore (if necessary).
|
||||
* reset and release the semaphore (if necessary).
|
||||
**/
|
||||
s32 igb_phy_hw_reset(struct e1000_hw *hw)
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ static DEFINE_MUTEX(vmur_mutex);
|
||||
* urd references:
|
||||
* - ur_probe gets a urd reference, ur_remove drops the reference
|
||||
* dev_get_drvdata(&cdev->dev)
|
||||
* - ur_open gets a urd reference, ur_relase drops the reference
|
||||
* - ur_open gets a urd reference, ur_release drops the reference
|
||||
* (urf->urd)
|
||||
*
|
||||
* cdev references:
|
||||
|
@ -2043,7 +2043,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd)
|
||||
spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
|
||||
return SUCCESS;
|
||||
}
|
||||
/* grab a ref so the fsp and sc_cmd cannot be relased from under us */
|
||||
/* grab a ref so the fsp and sc_cmd cannot be released from under us */
|
||||
fc_fcp_pkt_hold(fsp);
|
||||
spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
|
||||
|
||||
|
@ -315,7 +315,7 @@ void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm)
|
||||
|
||||
/*
|
||||
* Wait for any running method to finish, of course including
|
||||
* ->release if it was run by mmu_notifier_relase instead of us.
|
||||
* ->release if it was run by mmu_notifier_release instead of us.
|
||||
*/
|
||||
synchronize_srcu(&srcu);
|
||||
|
||||
|
@ -2523,7 +2523,7 @@ int snd_hda_codec_reset(struct hda_codec *codec)
|
||||
flush_workqueue(bus->workq);
|
||||
#endif
|
||||
snd_hda_ctls_clear(codec);
|
||||
/* relase PCMs */
|
||||
/* release PCMs */
|
||||
for (i = 0; i < codec->num_pcms; i++) {
|
||||
if (codec->pcm_info[i].pcm) {
|
||||
snd_device_free(card, codec->pcm_info[i].pcm);
|
||||
|
Loading…
Reference in New Issue
Block a user