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

Commit 2ebd34ca authored by Harsha Sharma's avatar Harsha Sharma Committed by Greg Kroah-Hartman
Browse files

staging: pi433: Fixes minor typo errors



Fixes checkpatch warning -- "occured" and "succesfully" are misspelled

Signed-off-by: default avatarHarsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a33adacd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ pi433_receive(void *data)
	}


	/* rx done, wait was interrupted or error occured */
	/* rx done, wait was interrupted or error occurred */
abort:
	dev->interrupt_rx_allowed = true;
	SET_CHECKED(rf69_set_mode(dev->spi, standby));
@@ -1030,7 +1030,7 @@ static int setup_GPIOs(struct pi433_device *device)
		if (retval)
			return retval;

		dev_dbg(&device->spi->dev, "%s succesfully configured", name);
		dev_dbg(&device->spi->dev, "%s successfully configured", name);
	}

	return 0;