Skip to content

Commit

Permalink
net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "conf…
Browse files Browse the repository at this point in the history
…igured"

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>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Dec 28, 2016
1 parent 9dd0f89 commit 6013386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/slic_ds26522.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6013386

Please sign in to comment.