linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] FMC: fix spelling mistake: "deivce" -> "device"
@ 2017-05-14 16:42 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2017-05-14 16:42 UTC (permalink / raw)
  To: Alessandro Rubini; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err message and join
split literal string onto one line to clean up checkpatch warning.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/fmc/fmc-core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/fmc/fmc-core.c b/drivers/fmc/fmc-core.c
index 353fc546fb08..236ce00b7261 100644
--- a/drivers/fmc/fmc-core.c
+++ b/drivers/fmc/fmc-core.c
@@ -185,8 +185,8 @@ int fmc_device_register_n(struct fmc_device **devs, int n)
 		if (!fmc->carrier_name || !fmc->carrier_data ||
 		    !fmc->device_id) {
 			dev_err(fmc->hwdev,
-				"deivce nr %i: carrier name, "
-				"data or dev_id not set\n", i);
+				"device nr %i: carrier name, data or dev_id not set\n",
+				i);
 			ret = -EINVAL;
 		}
 		if (ret)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-14 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-14 16:42 [PATCH] FMC: fix spelling mistake: "deivce" -> "device" Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).