Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83a35e36 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina
Browse files

treewide: relase -> release

parent a15e4190
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))" > $@
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -2014,7 +2014,7 @@ s32 igb_phy_sw_reset(struct e1000_hw *hw)
 *  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)
{
+1 −1
Original line number Diff line number Diff line
@@ -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:
Loading