From patchwork Mon Mar 27 21:26:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaegeuk Kim X-Patchwork-Id: 13190115 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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E9002C6FD1D for ; Mon, 27 Mar 2023 21:26:30 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1pguMF-0007su-20; Mon, 27 Mar 2023 21:26:27 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pguME-0007so-DF for linux-f2fs-devel@lists.sourceforge.net; Mon, 27 Mar 2023 21:26:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Transfer-Encoding:MIME-Version:Message-Id: Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kmnnQ1ARNTX7fHophld5fYmX0T/HIlFW/qWE1Rh/ejE=; b=IstHIP3gOz4/u3tuGI18E7tYNK vmThLT/vjMErVtuuaJ5FHQ/SSPqoqMyZuipA6lhNZ8y4dAE6Cc4u5ivyJ+O/xXSq9o+ZsXl2B89S0 hyj+urr7o4i7NJad84JHdd398a7T2Ca4wLi0dxenDi2dyGdQkSbkvD3HW4gE+aTj8TKk=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From :Sender:Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=kmnnQ1ARNTX7fHophld5fYmX0T/HIlFW/qWE1Rh/ejE=; b=F OZhi0JOBPaENtnT65YW+TROXqvuo7kKyryCJoIjHH7gD/hWKMbUyYc390MSMk5+AKCgpPZa6IwMQD UXkQqzZFR2xY+qRE9YVPbHWw/KonLRcvvgfHprFE+cHUnM63Qt4wkux0kxHDpvLAy0c7u09IhGm+0 Nj3wN7x/YbrK+3XA=; Received: from sin.source.kernel.org ([145.40.73.55]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1pguME-0006GK-Dj for linux-f2fs-devel@lists.sourceforge.net; Mon, 27 Mar 2023 21:26:27 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 8CB6BCE19FA for ; Mon, 27 Mar 2023 21:26:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C64E6C433D2; Mon, 27 Mar 2023 21:26:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679952374; bh=VgudGWvC93Cdrdkp2ZAY5zwwt8MbkkDLjyj0g7oEhX8=; h=From:To:Cc:Subject:Date:From; b=i7yR12wb12wFjs5mM4wD9ZhR4qxEWTyBBWxCvjfDyyz3hLMdj82+D1W6/6IbX5U6G LK1Mf26hbJFQgNzItKVFf7obmzll305Mm1XcVOM8LIOOvjWNgn40OV0hD5fuBAGc/q 9RQv+JASMr1RKh9GUj2nUUjvy3zTVkB6QbMd/NVNTUKNQV/HmIP1xPskOr1bqw+9Mj MoMjxG4daTwAS5jkc6bOiadGqhMaeTV9tUTMO4x/2dIxNZPsKm3A11+N7DexZAwuNA iDdXEXQyaUOzKjWmwiv6FY/Kwa2uLYESQX3debdwMQvr1jWVYVZGNys3CAWsp4b6xi Rl4M7Y6fEdk/g== From: Jaegeuk Kim To: linux-f2fs-devel@lists.sourceforge.net Date: Mon, 27 Mar 2023 14:26:13 -0700 Message-Id: <20230327212613.3679573-1-jaegeuk@kernel.org> X-Mailer: git-send-email 2.40.0.348.gf938b09366-goog MIME-Version: 1.0 X-Headers-End: 1pguME-0006GK-Dj Subject: [f2fs-dev] [PATCH] mkfs.f2fs: remove indentation X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jaegeuk Kim Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Show info w/o it. Signed-off-by: Jaegeuk Kim --- lib/libf2fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libf2fs.c b/lib/libf2fs.c index 118e12592394..93b0604615c7 100644 --- a/lib/libf2fs.c +++ b/lib/libf2fs.c @@ -1046,7 +1046,7 @@ int get_device_info(int i) } if (!is_power_of_2(dev->zone_size)) - MSG(0, "\tInfo: zoned: zone size %" PRIu64 "u (not a power of 2)\n", + MSG(0, "Info: zoned: zone size %" PRIu64 "u (not a power of 2)\n", dev->zone_size); /*