public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: trivial fix of spelling mistake on "allocate"
@ 2016-04-25 19:19 Colin King
  2016-04-26  1:41 ` Guenter Roeck
  2016-04-26  5:22 ` Joe Perches
  0 siblings, 2 replies; 5+ messages in thread
From: Colin King @ 2016-04-25 19:19 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Jiri Kosina, linux-watchdog; +Cc: linux-kernel

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

fix spelling mistake, alloacate -> allocate

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/watchdog/jz4740_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/jz4740_wdt.c b/drivers/watchdog/jz4740_wdt.c
index 6a7d5c3..3f2ddc8 100644
--- a/drivers/watchdog/jz4740_wdt.c
+++ b/drivers/watchdog/jz4740_wdt.c
@@ -161,7 +161,7 @@ static int jz4740_wdt_probe(struct platform_device *pdev)
 	drvdata = devm_kzalloc(&pdev->dev, sizeof(struct jz4740_wdt_drvdata),
 			       GFP_KERNEL);
 	if (!drvdata) {
-		dev_err(&pdev->dev, "Unable to alloacate watchdog device\n");
+		dev_err(&pdev->dev, "Unable to allocate watchdog device\n");
 		return -ENOMEM;
 	}
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-26 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 19:19 [PATCH] watchdog: trivial fix of spelling mistake on "allocate" Colin King
2016-04-26  1:41 ` Guenter Roeck
2016-04-26  5:22 ` Joe Perches
2016-04-26 16:50   ` Guenter Roeck
2016-04-26 17:19     ` Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox