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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 A2B63C43603 for ; Wed, 18 Dec 2019 01:40:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D35D206D8 for ; Wed, 18 Dec 2019 01:40:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726569AbfLRBk3 (ORCPT ); Tue, 17 Dec 2019 20:40:29 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:45774 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726463AbfLRBk3 (ORCPT ); Tue, 17 Dec 2019 20:40:29 -0500 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 77B0739E976E5CD87DCA; Wed, 18 Dec 2019 09:40:26 +0800 (CST) Received: from [127.0.0.1] (10.67.103.228) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.439.0; Wed, 18 Dec 2019 09:40:18 +0800 Subject: Re: [PATCH] net: hisilicon: Fix a BUG trigered by wrong bytes_compl To: David Miller References: <1576308182-121147-1-git-send-email-xiaojiangfeng@huawei.com> <20191217.134228.92517242104749153.davem@davemloft.net> CC: , , , , , From: Jiangfeng Xiao Message-ID: <161c304b-46bd-0340-e0e3-3fb8b5a7cd5e@huawei.com> Date: Wed, 18 Dec 2019 09:40:17 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20191217.134228.92517242104749153.davem@davemloft.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.228] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/12/18 5:42, David Miller wrote: > From: Jiangfeng Xiao > Date: Sat, 14 Dec 2019 15:23:02 +0800 > >> In addition, I adjusted the position of "count++;" >> to make the code more readable. > > This is an unrelated cleanup and should not be done in the same change > as your bug fix, submit this if you like for net-next after net has next > been merged into net-next. > >> >> Signed-off-by: Jiangfeng Xiao > > You need to provide an appropriate Fixes: tag. > > . I will provide an appropriate Fixes: tag in v2, thanks for your guidance.