From: Colin Ian King <colin.king@xxxxxxxxxxxxx> There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- drivers/spi/spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 0706832bffda..2fe3c3a50866 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -679,7 +679,7 @@ struct spi_device *spi_new_device(struct spi_controller *ctlr, if (chip->swnode) { status = device_add_software_node(&proxy->dev, chip->swnode); if (status) { - dev_err(&ctlr->dev, "failed to add softwade node to '%s': %d\n", + dev_err(&ctlr->dev, "failed to add software node to '%s': %d\n", chip->modalias, status); goto err_dev_put; } -- 2.30.2