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 15061ECAAD8 for ; Tue, 20 Sep 2022 05:31:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230123AbiITFbC (ORCPT ); Tue, 20 Sep 2022 01:31:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229963AbiITFbA (ORCPT ); Tue, 20 Sep 2022 01:31:00 -0400 Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F1B035809E; Mon, 19 Sep 2022 22:30:58 -0700 (PDT) Received: by mail-wm1-f43.google.com with SMTP id n8so1041230wmr.5; Mon, 19 Sep 2022 22:30:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=Rphv95Xrtt1Zdptx21id0R/NuAYlwKXH7LmqP1unkc4=; b=WvI7bEf+Fu6I2pCb9KoVLtIgmTcFbC3vzZBp8MykSnMVaXkWycPuizyehGu0J6y21B lMdhnCJhMEt4B5uzYuJ49369RMFeOZkPCm9dde1at3WvgdK3iMKuOXrtWx2BBn7VkLwm OdLmc4CgYG0EUxL1IKQ5WVML7amCFgsQiGpYixQ2qEofV37dopAxjaxhDvxX8YT0UT0E fLGofd8loL2tu4sIXpMEa33VpXaPiE1N9FzOv83oLfUIq3JEwAKyD5FqNuZSL508agjd g4qAG99BjG46CVuL+1ssOoMn/jZxPZXQorFGFQkmx9/nPWC2VDXp8N1hqbk2qk+G7FQP xxXA== X-Gm-Message-State: ACrzQf1z+6wCuRozo+QdfN42u1vuSD68KhdGZltxiPJOo/X1bIGCmwlv piwz44KpChdz36SXweWUxRLmAQlleg8FJ2g80Lh9Wbqv X-Google-Smtp-Source: AMsMyM7+PmuksUrPhv1/Gircj0gzb6uBRMbrVms0Ciyy74VISiwjAGgpGfOYFhLtm2RhJKwiMRURDzdJl7TSG7rubS8= X-Received: by 2002:a05:600c:41c3:b0:3b4:9668:655a with SMTP id t3-20020a05600c41c300b003b49668655amr989157wmh.36.1663651857467; Mon, 19 Sep 2022 22:30:57 -0700 (PDT) MIME-Version: 1.0 References: <20220917103843.526877-1-xuhaoyue1@hisilicon.com> In-Reply-To: <20220917103843.526877-1-xuhaoyue1@hisilicon.com> From: Harini Katakam Date: Tue, 20 Sep 2022 11:00:45 +0530 Message-ID: Subject: Re: [PATCH net-next 0/7] net: ll_temac: Cleanup for clearing static warnings To: Haoyue Xu Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, michal.simek@xilinx.com, huangdaode@huawei.com, liyangyang20@huawei.com, huangjunxian6@hisilicon.com, linuxarm@huawei.com, liangwenpeng@huawei.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 17, 2022 at 4:10 PM Haoyue Xu wrote: > > Most static warnings are detected by Checkpatch.pl, mainly about: > (1) #1: About the comments. > (2) #2: About function name in a string. > (3) #3: About the open parenthesis. > (4) #4: About the else branch. > (6) #6: About trailing statements. > (7) #5,#7: About blank lines and spaces. Thank you. For the series: Reviewed-by: Harini Katakam Regards, Harini