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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 93ED1C433ED for ; Thu, 20 May 2021 13:07:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7BF516100C for ; Thu, 20 May 2021 13:07:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243321AbhETNI1 (ORCPT ); Thu, 20 May 2021 09:08:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243069AbhETNIU (ORCPT ); Thu, 20 May 2021 09:08:20 -0400 Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4C83C068DAB for ; Thu, 20 May 2021 05:56:08 -0700 (PDT) Received: by mail-wm1-x336.google.com with SMTP id y184-20020a1ce1c10000b02901769b409001so5177844wmg.3 for ; Thu, 20 May 2021 05:56:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=if0ycK4+NNWTbWHGaYK5Da18NP5caqSXni6fMq7q9yI=; b=amZH54kSKRB0+hHIeIIM+BkjBYAf7u3p66FFqGGNKMpW11NL5KOEWMxs99h1hVpteZ AYmWghNu407l5ol37KkhmjtgbvI3yqAPSrVFJN3dG6JAuLIE0eMuu4JmKZ1mFLETSxYW vB3A2Cnzx52Xy/CQtUgHXxbIxi06vjHW8EfjUhbN7KAA4lhnKjWsQzN13g4hmdBe2Lhr vNVQ8PayG9Cr4wKyQoNahGSJpwm+ghlbVZ50Q68JwX5NDOG7jgzsm+G8jM4N+U6roEKY 0WKcwkSS0+7Fh5qp3Ffggl+gJ0/JlcHr2wYL+NVqiuu2mtExFYfpIKKjjz9+hbVn0Fvm e9pw== 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=if0ycK4+NNWTbWHGaYK5Da18NP5caqSXni6fMq7q9yI=; b=m7RGciEJ6o3lJghNJrJcHZuc43CdU8XiJq+lY98H4aYeVXsGmtWy/2S5XpW3s9MbIf ANdM+rt4CNgyjKdOVDOvA6xM+YCsWAzVYUFTcrrVGnVE2Pi4k0ymHZkTBS9VUKUTb1EL 01NNu4E/AVxr/HFVhKGe5imMdJLBeG5UVBBTFNIJ1XMVG+tv8bxcjAsTL0MGgm/rcwg1 73SJdb6+TGGvbn8AVVdnilzZGgTFGvk8diHQufcwGtAr+5gwxvK8qbzIa44x+zafNLZB /e8FavuqHzgb44S2WlOqM3RTP8bwbrE20uH2Cd6AXslqfwUEHXtNsEB0A/KiflVvBhP4 HsDg== X-Gm-Message-State: AOAM531lKWd9RhG0IB7IJXgL9cQzN+eWvvvrTLV31s1qiSusFfELXg+0 6zYWTpRYp33fuobBfuviFiPPYQ== X-Google-Smtp-Source: ABdhPJwp+Q5nP0uN2sUE9lL1K9KxsQLF0iSwGoeUL+Yc6xFGJd1EMWCymFlzFqIhwvX/Nr4eJTPKUA== X-Received: by 2002:a7b:cf13:: with SMTP id l19mr3915112wmg.140.1621515367215; Thu, 20 May 2021 05:56:07 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id q3sm3015977wrr.43.2021.05.20.05.56.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 05:56:06 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, "Theodore Ts'o" , Andreas Dilger , Remy Card , "David S. Miller" , linux-ext4@vger.kernel.org Subject: [PATCH 1/1] fs: ext4: namei: trivial: Fix a couple of small whitespace issues Date: Thu, 20 May 2021 13:55:58 +0100 Message-Id: <20210520125558.3476318-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Cc: "Theodore Ts'o" Cc: Andreas Dilger Cc: Remy Card Cc: "David S. Miller" Cc: linux-ext4@vger.kernel.org Signed-off-by: Lee Jones --- fs/ext4/namei.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index afb9d05a99bae..7e780cf311c5a 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -1899,7 +1899,7 @@ static struct ext4_dir_entry_2 *dx_pack_dirents(struct inode *dir, char *base, * Returns pointer to de in block into which the new entry will be inserted. */ static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, - struct buffer_head **bh,struct dx_frame *frame, + struct buffer_head **bh, struct dx_frame *frame, struct dx_hash_info *hinfo) { unsigned blocksize = dir->i_sb->s_blocksize; @@ -2246,7 +2246,7 @@ static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, if (retval) goto out_frames; - de = do_split(handle,dir, &bh2, frame, &fname->hinfo); + de = do_split(handle, dir, &bh2, frame, &fname->hinfo); if (IS_ERR(de)) { retval = PTR_ERR(de); goto out_frames; -- 2.31.1