Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp651209ybe; Wed, 11 Sep 2019 02:33:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqyyOw4ld+eg2bMtc+Cl4ObDDopk4d70e42NI3DKSxKSrLVAo6Y0NES5nhaMPtHCpTMs/2GR X-Received: by 2002:a50:95a3:: with SMTP id w32mr35471821eda.211.1568194429307; Wed, 11 Sep 2019 02:33:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568194429; cv=none; d=google.com; s=arc-20160816; b=ImB3fW7w/ia4NdGkdy8hG4IDu6I2bR9tx+gmWgz6J+je7XdLEIevyF11lZnqnrUXU3 zC1m7Z895ilVT5XyrKxgVRtX4pM4X8j5yleN24jLozNugaIyyfT6ADTkr8A+o15ODS0y w5COGYBtIdKd6g4fp5vmfhURZ7904+l/vyjXOnaf9uVlIiuETTR+1658M+6nYYPnIv3l Y1x9GuVEf47UqsK1VqIIrGQOTVehIFSVmQKthq9ssqFcIbqhg6YnV1FImxF7xZszR2GT IGzO/NaFyKJETMYWWRV779UhonRnYj/8QdXiL++Y/kkFnZ6PdiBd7Vox+jDkpLPbEr1d w+Rw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ahryGXGLvMkUTpkgnW2PU2TM3YeYKYcdMzhgFp6hTtE=; b=WxkTUTKOJfhiWX0fNh2ORcscO7VUr6LOLVO6YKR+qBmUoUTWQK60o25joaSFiIf1+T SiA0PM9E2bLwfk3KgVJFMRBbFdPfKBRk5PST7ASn0BaDPUgyk1hmcGU4Ok3ZibIfn05a LOhYP6+T6c7hjhfCMO1diX3Vew5y0psGnP/pE1NCcUetbdo4pVv0xn6z1hl/LjNBC5Nt Eai+oLrkGCaXH7xqh9ZQ6gG37aeijbZ/Ia+LGQA6ReR65I4LQtKpHlHFggQtvaHnqGWj GsJz+3EOZFG6gwwZogaNgXrOe/Bs/a9jH+77iq8zeoq9+gCu/ZkKeFFy34tLPXV+oz6o xGLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f20si10903427ejq.92.2019.09.11.02.33.25; Wed, 11 Sep 2019 02:33:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727494AbfIKJbZ (ORCPT + 99 others); Wed, 11 Sep 2019 05:31:25 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:48174 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726702AbfIKJbZ (ORCPT ); Wed, 11 Sep 2019 05:31:25 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1i7yyB-0005RP-Fc; Wed, 11 Sep 2019 09:31:23 +0000 From: Colin King To: Rob Herring , Frank Rowand , devicetree@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dtc: fix spelling mistake "mmory" -> "memory" Date: Wed, 11 Sep 2019 10:31:23 +0100 Message-Id: <20190911093123.11312-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake in an error message. Fix it. Signed-off-by: Colin Ian King --- scripts/dtc/fdtput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dtc/fdtput.c b/scripts/dtc/fdtput.c index a363c3cabc59..3755e5f68a5a 100644 --- a/scripts/dtc/fdtput.c +++ b/scripts/dtc/fdtput.c @@ -84,7 +84,7 @@ static int encode_value(struct display_info *disp, char **arg, int arg_count, value_size = (upto + len) + 500; value = realloc(value, value_size); if (!value) { - fprintf(stderr, "Out of mmory: cannot alloc " + fprintf(stderr, "Out of memory: cannot alloc " "%d bytes\n", value_size); return -1; } -- 2.20.1