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 440C3C43334 for ; Mon, 4 Jul 2022 13:04:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233263AbiGDNEQ (ORCPT ); Mon, 4 Jul 2022 09:04:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232735AbiGDNEM (ORCPT ); Mon, 4 Jul 2022 09:04:12 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5958C1DF for ; Mon, 4 Jul 2022 06:04:11 -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-out1.suse.de (Postfix) with ESMTPS id 1A2FC22485; Mon, 4 Jul 2022 13:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1656939850; h=from:from: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=hwisfMDxmbYLZKXTUgYRmnaFLzaHDoYdzCb/OJB895E=; b=fzfjWcS/f5XP5d+mBP9ggehsUE+NBzoYhIKq3ZTgnzJreOniT/SCCa9BgeQAuAs8K22xcj bSZzv0TvDd6+1h/15wwYtPWrAMhr/DLiV4JjMdTURCqOxfcfPl2tLeojSIbZNtvVU+ZnRH FeTsjeS0PS9IqQG60yaCoQ6MD5q9AYg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1656939850; h=from:from: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=hwisfMDxmbYLZKXTUgYRmnaFLzaHDoYdzCb/OJB895E=; b=tHGgvEiCdKCQ61ptAjcaSyHpCJ+GFDhtFMxMObcYpI/r1s9JlxlpUxo8a8vtlHgxTmPpUb 5kNp3nE2CYFB19BA== 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 EB98F1342C; Mon, 4 Jul 2022 13:04:09 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id YA3AOEnlwmJ3OwAAMHmgww (envelope-from ); Mon, 04 Jul 2022 13:04:09 +0000 Date: Mon, 04 Jul 2022 15:04:09 +0200 Message-ID: <87wnctxc52.wl-tiwai@suse.de> From: Takashi Iwai To: Li kunyu Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sound: It seems that the code format could be cleaner In-Reply-To: <20220627032521.259750-1-kunyu@nfschina.com> References: <20220627032521.259750-1-kunyu@nfschina.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 27 Jun 2022 05:25:21 +0200, Li kunyu wrote: > > It seems that the condition statement and return statement could be > tidied up by adding blank lines. > > Signed-off-by: Li kunyu Thanks for the patch. But in general we don't take such white-space only changes alone, unless it's a cleanup work for the other real changes. i.e. if you really work on the code to fix or enhance something, we are glad to take such a white-space patch as prerequisite. Takashi