1
0
Fork 0

net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"

trivial fix to spelling mistake in pr_info message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Colin Ian King 2016-12-28 16:44:23 +00:00 committed by David S. Miller
parent 9dd0f896d2
commit 60133867f1
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static int slic_ds26522_probe(struct spi_device *spi)
ret = slic_ds26522_init_configure(spi);
if (ret == 0)
pr_info("DS26522 cs%d configurated\n", spi->chip_select);
pr_info("DS26522 cs%d configured\n", spi->chip_select);
return ret;
}