From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752859AbaF2KVt (ORCPT ); Sun, 29 Jun 2014 06:21:49 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:52609 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752667AbaF2KVq (ORCPT ); Sun, 29 Jun 2014 06:21:46 -0400 From: Geert Uytterhoeven To: Jiri Kosina Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven , Brian Norris , linux-mtd@lists.infradead.org Subject: [PATCH -trivial 2/4] mtd: cmdlinepart: Spelling s/trucate/truncate/ Date: Sun, 29 Jun 2014 12:21:37 +0200 Message-Id: <1404037299-31570-2-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1404037299-31570-1-git-send-email-geert@linux-m68k.org> References: <1404037299-31570-1-git-send-email-geert@linux-m68k.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Geert Uytterhoeven Cc: Brian Norris Cc: linux-mtd@lists.infradead.org --- drivers/mtd/cmdlinepart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index 3e829b37af8d..c8503006f17a 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c @@ -26,7 +26,7 @@ * := unique name used in mapping driver/device (mtd->name) * := standard linux memsize OR "-" to denote all remaining space * size is automatically truncated at end of device - * if specified or trucated size is 0 the part is skipped + * if specified or truncated size is 0 the part is skipped * := standard linux memsize * if omitted the part will immediately follow the previous part * or 0 if the first part -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1CFM-0006oN-9w for linux-mtd@lists.infradead.org; Sun, 29 Jun 2014 10:22:08 +0000 Received: by mail-wg0-f52.google.com with SMTP id b13so6862226wgh.11 for ; Sun, 29 Jun 2014 03:21:45 -0700 (PDT) Sender: Geert Uytterhoeven From: Geert Uytterhoeven To: Jiri Kosina Subject: [PATCH -trivial 2/4] mtd: cmdlinepart: Spelling s/trucate/truncate/ Date: Sun, 29 Jun 2014 12:21:37 +0200 Message-Id: <1404037299-31570-2-git-send-email-geert@linux-m68k.org> In-Reply-To: <1404037299-31570-1-git-send-email-geert@linux-m68k.org> References: <1404037299-31570-1-git-send-email-geert@linux-m68k.org> Cc: linux-mtd@lists.infradead.org, Brian Norris , Geert Uytterhoeven , linux-kernel@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Geert Uytterhoeven Cc: Brian Norris Cc: linux-mtd@lists.infradead.org --- drivers/mtd/cmdlinepart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/cmdlinepart.c b/drivers/mtd/cmdlinepart.c index 3e829b37af8d..c8503006f17a 100644 --- a/drivers/mtd/cmdlinepart.c +++ b/drivers/mtd/cmdlinepart.c @@ -26,7 +26,7 @@ * := unique name used in mapping driver/device (mtd->name) * := standard linux memsize OR "-" to denote all remaining space * size is automatically truncated at end of device - * if specified or trucated size is 0 the part is skipped + * if specified or truncated size is 0 the part is skipped * := standard linux memsize * if omitted the part will immediately follow the previous part * or 0 if the first part -- 1.9.1