From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E14B6C32774 for ; Thu, 25 Aug 2022 15:01:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3784E8488F; Thu, 25 Aug 2022 17:01:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="hhdnfG6C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C281784894; Thu, 25 Aug 2022 17:01:23 +0200 (CEST) Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E0564845E9 for ; Thu, 25 Aug 2022 17:01:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-3378303138bso508393737b3.9 for ; Thu, 25 Aug 2022 08:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=gi7GsEtgrL2VnOqppEBDiqo9fRsoD4rhzuPWZ3YYQKc=; b=hhdnfG6CedYeu6Pnhf0mhoQgpubvr/bD3XmhCNgxcbOM9C4sONb13YdKCLHXzB1oSb 6Xd1q6bX12mvHrLwbgbyAkV98y20w4rQXeKtSpmZNAqmenayZ9axUx018Y5VT34FxW8b vo6OosVPdnLZjEI+WqN1ARVyApCpEQisdY4XI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=gi7GsEtgrL2VnOqppEBDiqo9fRsoD4rhzuPWZ3YYQKc=; b=djeglWf9QPVsvImOyF1rPNk/+7XeHb4aqKleSZiW5llZS2q/rabCeyp9ojGAHxp43x gifbYWVaaWQKqlyBn+AHF7OZfErcNCtyiicNMxyb3XhecUFZN1831gsKdBuU4fyxqkL0 UmlnXiQ1G46yDXokZUHoOtCZH0M1f4z/T8H3VMzmEqLPdIcDpKQyhRZx8aN9Uaz9mnQg ySQEoJlh42vOqaAjZpQmHbcqhAd8drkT/XiS22EBLStEV89WbEhIEbfaHUYKbqkVnEHp HeJw3YZoGtF6kvpbgTjKNgIZb4kbH+Q01eWsWyVclM1yshbsFArsMZ94W2cY9es3KguT skFA== X-Gm-Message-State: ACgBeo0lTvAl6bjeQLLCaJtgt+X41SgEQvN6pIHZHdy48SyXzIApMgri ytlOxX24vELrleQMenZoqfIC9TqIBl3AfcyvVQ6oCw== X-Google-Smtp-Source: AA6agR4x2sBsodFYfQfbldS5rwex4yZPwe2TlZx2LxW8UZ8d1DmYebyxxvuT/4IknYy/zM8Ws1IRuB7eFB5AvxsSKnk= X-Received: by 2002:a81:1c4c:0:b0:335:2a5d:bd45 with SMTP id c73-20020a811c4c000000b003352a5dbd45mr4224882ywc.355.1661439679296; Thu, 25 Aug 2022 08:01:19 -0700 (PDT) MIME-Version: 1.0 References: <20220825121139.291-1-rknecht@pm.me> In-Reply-To: <20220825121139.291-1-rknecht@pm.me> From: Simon Glass Date: Thu, 25 Aug 2022 09:01:07 -0600 Message-ID: Subject: Re: [PATCH v2] fs: fix comment typo To: Roger Knecht Cc: U-Boot Mailing List , Tom Rini Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Roger, On Thu, 25 Aug 2022 at 05:12, Roger Knecht wrote: > > Fix typo in include/fs.h > > Reviewed-by: Simon Glass > Signed-off-by: Roger Knecht > --- > v2: > - Added Reviewed-by Simon Just a note that patchwork collects these tags for you so there is no need to resend the patch if that is all that has changed: https://patchwork.ozlabs.org/project/uboot/patch/20220821152526.367-1-rknecht@pm.me/ > > include/fs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/fs.h b/include/fs.h > index 2195dc172e..8370d88cb2 100644 > --- a/include/fs.h > +++ b/include/fs.h > @@ -46,7 +46,7 @@ int do_fat_fsload(struct cmd_tbl *cmdtp, int flag, int argc, > int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); > > /* > - * Tell the fs layer which block device an partition to use for future > + * Tell the fs layer which block device and partition to use for future > * commands. This also internally identifies the filesystem that is present > * within the partition. The identification process may be limited to a > * specific filesystem type by passing FS_* in the fstype parameter. > -- > 2.25.1 > > Regards, Simon