From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751757AbcDZFWY (ORCPT ); Tue, 26 Apr 2016 01:22:24 -0400 Received: from smtprelay0241.hostedemail.com ([216.40.44.241]:41910 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750869AbcDZFWX (ORCPT ); Tue, 26 Apr 2016 01:22:23 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1567:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3867:4321:5007:6642:9038:10004:10400:10848:11658:11783:11914:12043:12048:12296:12517:12519:12740:13069:13311:13357:13439:13894:14659:14721:21080:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: stone92_147a68576605e X-Filterd-Recvd-Size: 1476 Message-ID: <1461648139.2726.119.camel@perches.com> Subject: Re: [PATCH] watchdog: trivial fix of spelling mistake on "allocate" From: Joe Perches To: Colin King , Wim Van Sebroeck , Guenter Roeck , Jiri Kosina , linux-watchdog@vger.kernel.org Cc: linux-kernel@vger.kernel.org Date: Mon, 25 Apr 2016 22:22:19 -0700 In-Reply-To: <1461611991-27328-1-git-send-email-colin.king@canonical.com> References: <1461611991-27328-1-git-send-email-colin.king@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-04-25 at 20:19 +0100, Colin King wrote: > fix spelling mistake, alloacate -> allocate [] > diff --git 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"); Might as well delete this line instead.