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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 A8D60C4361B for ; Thu, 10 Dec 2020 21:01:35 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3666623E25 for ; Thu, 10 Dec 2020 21:01:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3666623E25 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=davemloft.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To:From:Subject:To: Message-Id:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=4cXlCxjL1WnWZbQ9aKFRuhHWx/Hoefa8RJOp0v2goPk=; b=v29SyLM4jnU6d7umGL1sXVMQF TF8zn2cKBCMe/zF1ir+O7bc9mghzsW8pCMmasqF9Zt3coEBY5yd9Qf8vExDCBJn/nFltvgprapv4Y Qfud2NtsmDx1Ixujcc7/AGuHEZqdWRrYMqrW1//iKGHMR4Z4fsY8gaERXTaDjtqvZZoQGfZsZhAsO WJj72QIMCqPAzw0g0QvwZ1zc+KyEpQz0WIFDcw4EFfV4t88h0vYvnZRYz6deDflb7zop3X7u1GcsC kaq47mNl/9YCMFnoUvbyyghElhnXqmrHA5VTIpPikbVxQacA1Q5OkMMMTvw+bIeY5Yr5i80dXXKgc E3aV141Wg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1knT34-0007Lj-KA; Thu, 10 Dec 2020 21:00:26 +0000 Received: from shards.monkeyblade.net ([23.128.96.9] helo=mail.monkeyblade.net) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1knT30-0007KQ-Vr for linux-arm-kernel@lists.infradead.org; Thu, 10 Dec 2020 21:00:23 +0000 Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) by mail.monkeyblade.net (Postfix) with ESMTPSA id A55494D2ED6E3; Thu, 10 Dec 2020 13:00:14 -0800 (PST) Date: Thu, 10 Dec 2020 13:00:14 -0800 (PST) Message-Id: <20201210.130014.129937827361230606.davem@davemloft.net> To: zhengyongjun3@huawei.com Subject: Re: [PATCH net-next] net: stmmac: simplify the return tc_delete_knode() From: David Miller In-Reply-To: <20201210134833.958-1-zhengyongjun3@huawei.com> References: <20201210134833.958-1-zhengyongjun3@huawei.com> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mail.monkeyblade.net [0.0.0.0]); Thu, 10 Dec 2020 13:00:14 -0800 (PST) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201210_160023_154607_B0196124 X-CRM114-Status: UNSURE ( 7.29 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, kuba@kernel.org, linux-kernel@vger.kernel.org, mcoquelin.stm32@gmail.com, netdev@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Zheng Yongjun Date: Thu, 10 Dec 2020 21:48:33 +0800 > Simplify the return expression. > > Signed-off-by: Zheng Yongjun Applied, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel