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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB86EC77B73 for ; Tue, 30 May 2023 19:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231591AbjE3TAg (ORCPT ); Tue, 30 May 2023 15:00:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232340AbjE3TAf (ORCPT ); Tue, 30 May 2023 15:00:35 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A51F7F9 for ; Tue, 30 May 2023 12:00:23 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 58F741F37F; Tue, 30 May 2023 19:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1685473222; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5HrlVUmLMQZ1CsQTWz6UONyoKiyskIFNWDhfgEp0zKQ=; b=HiISQldAYmdX32E8lrJti2ym4em2MLYC3VozGl02CdlRt68Xjwt0+AxhijUV/nvTfm96z5 sO7nxVnUUypa32Ecw5/zU9mw5vNCCO1bvS/UDvi/jqfbApFfiNP5FXHkBpPZGxLruC0zL6 Y8rMXXnOm9OHuCsdEO1nxQ8X2URqEqs= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1685473222; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5HrlVUmLMQZ1CsQTWz6UONyoKiyskIFNWDhfgEp0zKQ=; b=pIe4KUgVvoZUdS7wL1ksXbsJI7OlkZWA6lEWoHRoboViExtmRO7GH5QpWl+tYqR4GgvnsC Z+aKTHvQmNWC5OCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 3DEEC13597; Tue, 30 May 2023 19:00:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 0yJXDsZHdmQbewAAMHmgww (envelope-from ); Tue, 30 May 2023 19:00:22 +0000 Date: Tue, 30 May 2023 20:54:11 +0200 From: David Sterba To: Phillip Duncan Cc: Josef Bacik , Linux-btrfs@vger.kernel.org Subject: Re: [PATCH] btrfs: tests: fix formatting in btrfs-tests Message-ID: <20230530185411.GD32581@twin.jikos.cz> Reply-To: dsterba@suse.cz References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Mon, May 29, 2023 at 06:02:38PM -0700, Phillip Duncan wrote: > checkpatch.pl had a couple of formatting suggestions: > - #38: Don't use multiple blank lines > - #42: Missing a blank line after declarations > - #282: Alignment should match open parenthesis > > Fixed these format suggestions, checkpatch.pl is a little cleaner now. Please don't send such patches, or at least not to btrfs. A more elaborate answer: https://btrfs.readthedocs.io/en/latest/dev/Developer-s-FAQ.html#how-not-to-start