1
0
Fork 0

treewide: relase -> release

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Geert Uytterhoeven 2013-06-28 11:27:31 +02:00 committed by Jiri Kosina
parent a15e41909c
commit 83a35e3604
8 changed files with 8 additions and 8 deletions

View File

@ -794,7 +794,7 @@ PHONY += $(vmlinux-dirs)
$(vmlinux-dirs): prepare scripts $(vmlinux-dirs): prepare scripts
$(Q)$(MAKE) $(build)=$@ $(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 include/config/kernel.release: include/config/auto.conf FORCE
$(Q)rm -f $@ $(Q)rm -f $@
$(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@ $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@

View File

@ -36,7 +36,7 @@ static void da9055_onkey_query(struct da9055_onkey *onkey)
} else { } else {
key_stat &= DA9055_NOKEY_STS; 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) { if (!key_stat) {
input_report_key(onkey->input, KEY_POWER, 0); input_report_key(onkey->input, KEY_POWER, 0);

View File

@ -2919,7 +2919,7 @@ enum stv0367_cab_signal_type stv0367cab_algo(struct stv0367_state *state,
if (tuner_lock == 0) if (tuner_lock == 0)
return FE_367CAB_NOTUNER; return FE_367CAB_NOTUNER;
#endif #endif
/* Relase the TRL to start demodulator acquisition */ /* Release the TRL to start demodulator acquisition */
/* Wait for QAM lock */ /* Wait for QAM lock */
LockTime = 0; LockTime = 0;
stv0367_writereg(state, R367CAB_CTRL_1, 0x00); stv0367_writereg(state, R367CAB_CTRL_1, 0x00);

View File

@ -2014,7 +2014,7 @@ out:
* Verify the reset block is not blocking us from resetting. Acquire * Verify the reset block is not blocking us from resetting. Acquire
* semaphore (if necessary) and read/set/write the device control reset * semaphore (if necessary) and read/set/write the device control reset
* bit in the PHY. Wait the appropriate delay time for the device to * 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) s32 igb_phy_hw_reset(struct e1000_hw *hw)
{ {

View File

@ -89,7 +89,7 @@ static DEFINE_MUTEX(vmur_mutex);
* urd references: * urd references:
* - ur_probe gets a urd reference, ur_remove drops the reference * - ur_probe gets a urd reference, ur_remove drops the reference
* dev_get_drvdata(&cdev->dev) * 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) * (urf->urd)
* *
* cdev references: * cdev references:

View File

@ -2043,7 +2043,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd)
spin_unlock_irqrestore(&si->scsi_queue_lock, flags); spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
return SUCCESS; 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); fc_fcp_pkt_hold(fsp);
spin_unlock_irqrestore(&si->scsi_queue_lock, flags); spin_unlock_irqrestore(&si->scsi_queue_lock, flags);

View File

@ -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 * 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); synchronize_srcu(&srcu);

View File

@ -2523,7 +2523,7 @@ int snd_hda_codec_reset(struct hda_codec *codec)
flush_workqueue(bus->workq); flush_workqueue(bus->workq);
#endif #endif
snd_hda_ctls_clear(codec); snd_hda_ctls_clear(codec);
/* relase PCMs */ /* release PCMs */
for (i = 0; i < codec->num_pcms; i++) { for (i = 0; i < codec->num_pcms; i++) {
if (codec->pcm_info[i].pcm) { if (codec->pcm_info[i].pcm) {
snd_device_free(card, codec->pcm_info[i].pcm); snd_device_free(card, codec->pcm_info[i].pcm);