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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 CEFAAC4320A for ; Mon, 9 Aug 2021 12:28:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B516D60F35 for ; Mon, 9 Aug 2021 12:28:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234285AbhHIM3M (ORCPT ); Mon, 9 Aug 2021 08:29:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:57426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235212AbhHIM3L (ORCPT ); Mon, 9 Aug 2021 08:29:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8BA9260FE3; Mon, 9 Aug 2021 12:28:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628512131; bh=LLg51HRIq7Mmpxmm8W2DeimrABUyMecgOPajN6zVOXY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RlHnQy4KEBfJ3yxtNjdG7cfdLg3DB2ctqY+Kek8emQ/uRwPALI91BYDG+dVKPHU/O AkYCsJC7qStogt2A7juq5ww8Bmf6fGrlZw9h2EdQv7QnMLLiHF7xYo9VJMfuJoUjyM ZQdtAxwgTXBW/fAe4TXVJVFR3JvhfCHTT8dsg/ecvwIJtVDVQRzZxbRKLwJ26p2gzx D/QcO51a/7fIHGZhYRhyQF+pCdQL+YVgHPmt88FjqH4K91PPEaCAHsV2pkO9UGnzg2 NFUtfyvSBpCgkRgVAr0SiiU9etGm6fNyNOc2PJsjpN3zixyc+lN0ReYzKKBHDROjU7 fvh+opKdJ/8bQ== Date: Mon, 9 Aug 2021 15:28:47 +0300 From: Leon Romanovsky To: Cai Huoqing Cc: saeedm@nvidia.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org Subject: Re: [PATCH v2] net/mlx5e: Make use of mlx5_core_warn() Message-ID: References: <20210809121931.2519-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210809121931.2519-1-caihuoqing@baidu.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Mon, Aug 09, 2021 at 08:19:31PM +0800, Cai Huoqing wrote: > to replace printk(KERN_WARNING ...) with mlx5_core_warn() kindly > if we use mlx5_core_warn(), the prefix "mlx5:" not needed > > Signed-off-by: Cai Huoqing > --- > drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c Thanks, Reviewed-by: Leon Romanovsky