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 X-Spam-Level: X-Spam-Status: No, score=-9.3 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56F55C433E0 for ; Sun, 7 Jun 2020 07:40:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 309A92065C for ; Sun, 7 Jun 2020 07:40:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="jhYwkeN8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726407AbgFGHkF (ORCPT ); Sun, 7 Jun 2020 03:40:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726192AbgFGHkF (ORCPT ); Sun, 7 Jun 2020 03:40:05 -0400 Received: from mail-qt1-x841.google.com (mail-qt1-x841.google.com [IPv6:2607:f8b0:4864:20::841]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0ED57C08C5C2; Sun, 7 Jun 2020 00:40:05 -0700 (PDT) Received: by mail-qt1-x841.google.com with SMTP id w9so12291781qtv.3; Sun, 07 Jun 2020 00:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qJewHZgXVptpTMME2jd76HAuP8EK/22gQ7MoD9mKDSI=; b=jhYwkeN8+hw1fvCE0DzcXLk2sgjwI8mvQmPUJ35yXGpT6OBGpPnHiVyGMBz7JCK43o f6hklG44bQI+qIuaZehC2PSuAYMufQd229UfFIt4GC0S2wPEFp5j0f6w2PaVa2Ojvu4I ynAfyhnO4+E151yftrTG3YlYI/QLQqQViwY1dH3bOG4WktO0VkgD2eJmlytcvpFnTQEl a53vpeJyOJbTvj2ZNuFJKcPEcN+Dt/+/tkCkR6W2GCQvfChVDOa0ELYlP1PYvCYug/ao ocJkY3kMyVbD0k259hBfydpekcwaCmz2ZBlVD7gIUy1HSCgtM+h6Ei+FJ4NmiUdDTYlV DNIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=qJewHZgXVptpTMME2jd76HAuP8EK/22gQ7MoD9mKDSI=; b=uK9V2XqQBcPyIRsBSOV5jmQH1iCfDIwN+qHJ8aNm9d3LSG+gDJ0MTLKrrkV9ne/lRF +NwT30KfypuoRkVOlQJ6DjT/98PLgLf1glKEV0a9L+B4Uy1KN85HqHrxiATImN7Heq/M XZiyLJV/9zzGTeHF+uSC9wBpxR2joWg66OpojuTzCcIbG9QiCWOepyeDVuIhLMQUPdEt +mSSC7UOAXUAaR4DjXt9LYnvfw+JptrWvEkXhIA7fpWhIemHUXFHFawf5HStMl6DNuLs yB3CjwXfM3mXFuIyCMhigfpAJROzNn36fyUfq+9Nh1voOpxDbRV5c1846IYQ4yQuGN4z 7Gtw== X-Gm-Message-State: AOAM53282TuV++vVIHhCxZJPrA6eTcefaBCBRGznhjmoflbvNsSt/8Rw ehpyCjlhZhcPcPs2dhgwMV7UTD4vNIpq X-Google-Smtp-Source: ABdhPJzRWfQRHFzMl8cib1c71PJycDkA2NK+2SOi++rJ2l6U2wSCO7KhNbEi/OO8mdCAnSWEjFojAA== X-Received: by 2002:ac8:f47:: with SMTP id l7mr17773521qtk.292.1591515604237; Sun, 07 Jun 2020 00:40:04 -0700 (PDT) Received: from localhost.localdomain ([142.119.96.191]) by smtp.googlemail.com with ESMTPSA id w3sm4297404qkb.85.2020.06.07.00.40.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Jun 2020 00:40:03 -0700 (PDT) From: Keyur Patel Cc: Keyur Patel , "Darrick J. Wong" , linux-xfs@vger.kernel.org, Brian Foster , Chandan Babu R , Dave Chinner , Allison Collins , linux-kernel@vger.kernel.org Subject: [PATCH 2/2] xfs: Couple of typo fixes in comments Date: Sun, 7 Jun 2020 03:39:53 -0400 Message-Id: <20200607073958.97829-1-iamkeyur96@gmail.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org ./xfs/libxfs/xfs_inode_buf.c:56: unnecssary ==> unnecessary ./xfs/libxfs/xfs_inode_buf.c:59: behavour ==> behaviour ./xfs/libxfs/xfs_inode_buf.c:206: unitialized ==> uninitialized Signed-off-by: Keyur Patel --- fs/xfs/libxfs/xfs_inode_buf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/xfs/libxfs/xfs_inode_buf.c b/fs/xfs/libxfs/xfs_inode_buf.c index 6f84ea85fdd8..5c93e8e6de74 100644 --- a/fs/xfs/libxfs/xfs_inode_buf.c +++ b/fs/xfs/libxfs/xfs_inode_buf.c @@ -53,10 +53,10 @@ xfs_inobp_check( * If the readahead buffer is invalid, we need to mark it with an error and * clear the DONE status of the buffer so that a followup read will re-read it * from disk. We don't report the error otherwise to avoid warnings during log - * recovery and we don't get unnecssary panics on debug kernels. We use EIO here + * recovery and we don't get unnecessary panics on debug kernels. We use EIO here * because all we want to do is say readahead failed; there is no-one to report * the error to, so this will distinguish it from a non-ra verifier failure. - * Changes to this readahead error behavour also need to be reflected in + * Changes to this readahead error behaviour also need to be reflected in * xfs_dquot_buf_readahead_verify(). */ static void @@ -203,7 +203,7 @@ xfs_inode_from_disk( /* * First get the permanent information that is needed to allocate an * inode. If the inode is unused, mode is zero and we shouldn't mess - * with the unitialized part of it. + * with the uninitialized part of it. */ to->di_flushiter = be16_to_cpu(from->di_flushiter); inode->i_generation = be32_to_cpu(from->di_gen); -- 2.26.2