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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 E2100C4338F for ; Sat, 31 Jul 2021 08:35:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A87DE61019 for ; Sat, 31 Jul 2021 08:35:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232258AbhGaIfd (ORCPT ); Sat, 31 Jul 2021 04:35:33 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:53024 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229703AbhGaIfc (ORCPT ); Sat, 31 Jul 2021 04:35:32 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id AF55B2240F; Sat, 31 Jul 2021 08:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1627720525; 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=uRiOjcuKgV+KnOrSeF1S1b9u1WW3bNGe+4KlnA8JFbQ=; b=cxSDB1BLcbu6cDY6C/jl3NPKWCZ5odqWf3l4taRApDKPSGER8fEFtxptxtd7FKJScNs4tt 3jIPY6Ye0su+TDTlvkW5WovbqzcD6cpEUXBY0fmjj40e0y/9d++xOpdZ8hKPDpzjfM6DAY CpS5GeC/HoSzab9lVZ+lI/b1v9q+Pb0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1627720525; 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=uRiOjcuKgV+KnOrSeF1S1b9u1WW3bNGe+4KlnA8JFbQ=; b=3/Y1Chiv2qZ90NBtadmpz+CBIL+axbrsvnneZObof3TxSqjtNO+pw7fuLZYwB0Bukfh+1M BNAodE+Z2xsrZcBw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 9A8A3A3B89; Sat, 31 Jul 2021 08:35:25 +0000 (UTC) Date: Sat, 31 Jul 2021 10:35:25 +0200 Message-ID: From: Takashi Iwai To: Jason Wang Cc: tiwai@suse.com, perex@perex.cz, leon@kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ALSA: pcxhr: use __func__ to get funcion's name in an output message In-Reply-To: <20210731052647.141046-1-wangborong@cdjrlc.com> References: <20210731052647.141046-1-wangborong@cdjrlc.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 31 Jul 2021 07:26:47 +0200, Jason Wang wrote: > > Prefer using '"%s...", __func__' to get current function's name in > an output message. > > Signed-off-by: Jason Wang Thanks, applied. Takashi