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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment