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 A1A2FEB64DA for ; Tue, 18 Jul 2023 05:54:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230430AbjGRFyC (ORCPT ); Tue, 18 Jul 2023 01:54:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230058AbjGRFx7 (ORCPT ); Tue, 18 Jul 2023 01:53:59 -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 1F35BE56 for ; Mon, 17 Jul 2023 22:53:59 -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 D89911FDBC; Tue, 18 Jul 2023 05:53:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1689659637; 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=UCLOTf2hbmBQ7VXmMo8xek3j0+xDVDn5PQb5yQkrSaw=; b=r3WJK/pVT3X+QlofulmwZfnD6S7b/y6AdvWggXtAP2hbEwvzhTyp4ffcqx1SQsDyOg0Xeu flFACuqw4bUmEykjf/F7xDQ/V36ahfjN/qsJ0EKOU0NtanxYuXwD4jojJH2kIzjQWY+6bR k5QHsTOxnr1TpLnRuwlw2+vGKYND68E= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1689659637; 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=UCLOTf2hbmBQ7VXmMo8xek3j0+xDVDn5PQb5yQkrSaw=; b=J3VjlxzncFlFwOhWsJy3O4jyPd960oktQ8nOJlJG3YpBo0NZ20N6xNFU200tD1pmo3Eyiv iFZKTq2YxOhGVyDg== 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 941A4133FE; Tue, 18 Jul 2023 05:53:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id LU4kI/UotmT8dgAAMHmgww (envelope-from ); Tue, 18 Jul 2023 05:53:57 +0000 Date: Tue, 18 Jul 2023 07:53:57 +0200 Message-ID: <87wmyxojd6.wl-tiwai@suse.de> From: Takashi Iwai To: shijie001@208suo.com Cc: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: gus: Fix errors in gus_mem.c In-Reply-To: <49700e1a2452104bb89fcdca291fd429@208suo.com> References: <49700e1a2452104bb89fcdca291fd429@208suo.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 Tue, 18 Jul 2023 03:02:11 +0200, shijie001@208suo.com wrote: > > The following checkpatch errors are removed: > ERROR: trailing whitespace > ERROR: "foo * bar" should be "foo *bar" > > Signed-off-by: Jie Shi Thanks for the patch. But we don't take such a white-space only change unless you work on further to fix any real bugs or more fundamental improvements. Ditto for ps3 driver. Takashi