···794794$(vmlinux-dirs): prepare scripts795795 $(Q)$(MAKE) $(build)=$@796796797797-# Store (new) KERNELRELASE string in include/config/kernel.release797797+# Store (new) KERNELRELEASE string in include/config/kernel.release798798include/config/kernel.release: include/config/auto.conf FORCE799799 $(Q)rm -f $@800800 $(Q)echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))" > $@
+1-1
drivers/input/misc/da9055_onkey.c
···3636 } else {3737 key_stat &= DA9055_NOKEY_STS;3838 /*3939- * Onkey status bit is cleared when onkey button is relased.3939+ * Onkey status bit is cleared when onkey button is released.4040 */4141 if (!key_stat) {4242 input_report_key(onkey->input, KEY_POWER, 0);
+1-1
drivers/media/dvb-frontends/stv0367.c
···29192919 if (tuner_lock == 0)29202920 return FE_367CAB_NOTUNER;29212921#endif29222922- /* Relase the TRL to start demodulator acquisition */29222922+ /* Release the TRL to start demodulator acquisition */29232923 /* Wait for QAM lock */29242924 LockTime = 0;29252925 stv0367_writereg(state, R367CAB_CTRL_1, 0x00);
+1-1
drivers/net/ethernet/intel/igb/e1000_phy.c
···20142014 * Verify the reset block is not blocking us from resetting. Acquire20152015 * semaphore (if necessary) and read/set/write the device control reset20162016 * bit in the PHY. Wait the appropriate delay time for the device to20172017- * reset and relase the semaphore (if necessary).20172017+ * reset and release the semaphore (if necessary).20182018 **/20192019s32 igb_phy_hw_reset(struct e1000_hw *hw)20202020{
+1-1
drivers/s390/char/vmur.c
···8989 * urd references:9090 * - ur_probe gets a urd reference, ur_remove drops the reference9191 * dev_get_drvdata(&cdev->dev)9292- * - ur_open gets a urd reference, ur_relase drops the reference9292+ * - ur_open gets a urd reference, ur_release drops the reference9393 * (urf->urd)9494 *9595 * cdev references:
+1-1
drivers/scsi/libfc/fc_fcp.c
···20432043 spin_unlock_irqrestore(&si->scsi_queue_lock, flags);20442044 return SUCCESS;20452045 }20462046- /* grab a ref so the fsp and sc_cmd cannot be relased from under us */20462046+ /* grab a ref so the fsp and sc_cmd cannot be released from under us */20472047 fc_fcp_pkt_hold(fsp);20482048 spin_unlock_irqrestore(&si->scsi_queue_lock, flags);20492049
+1-1
mm/mmu_notifier.c
···315315316316 /*317317 * Wait for any running method to finish, of course including318318- * ->release if it was run by mmu_notifier_relase instead of us.318318+ * ->release if it was run by mmu_notifier_release instead of us.319319 */320320 synchronize_srcu(&srcu);321321
+1-1
sound/pci/hda/hda_codec.c
···25232523 flush_workqueue(bus->workq);25242524#endif25252525 snd_hda_ctls_clear(codec);25262526- /* relase PCMs */25262526+ /* release PCMs */25272527 for (i = 0; i < codec->num_pcms; i++) {25282528 if (codec->pcm_info[i].pcm) {25292529 snd_device_free(card, codec->pcm_info[i].pcm);