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 E2D26C433EF for ; Mon, 28 Feb 2022 13:31:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236144AbiB1Nbl (ORCPT ); Mon, 28 Feb 2022 08:31:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234974AbiB1Nbj (ORCPT ); Mon, 28 Feb 2022 08:31:39 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC2157B552; Mon, 28 Feb 2022 05:31:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5582B61366; Mon, 28 Feb 2022 13:31:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id AD1B1C340FB; Mon, 28 Feb 2022 13:30:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646055059; bh=COP7QMQ9xUh7IM7rpNprhgLL+2MxeN0ohPvU/K2GftA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=vDTFmWujGUdDKfVK1TT+i+W3mqIvA117XWM7lHGSUoMCwOMMVzpbe/MjwiS+irAyQ oNQU9sG1gT18Cl5mYdelGAJFaCmjnlOaPisAaJJY7wiuRmJa4Y4BwYDw5FLiybMdlc 2GPey8rCmLlzhLB4F50yUPykbg9nfiJan8JxoYBnAzKDytnwzB+Oojbr+3Mu7l+wRg ZdXfQnVkaYQMghdFaIY2/t8OKVKRrWKEDYqlzt2ptKB2H5vk/2NiNxu+/NIAAYYX0k 05fRLX+5U8D0VFGyfHf9mezW1OiiH4BWUp/EGJGUiuuJtYMXSRfw/JM+Jvp6mAffGG sEI7Mb4U7XRuQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 96773F0383C; Mon, 28 Feb 2022 13:30:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: qlcnic: use time_is_before_jiffies() instead of open coding it From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164605505961.13902.9622614799721918952.git-patchwork-notify@kernel.org> Date: Mon, 28 Feb 2022 13:30:59 +0000 References: <1646017980-61037-1-git-send-email-wangqing@vivo.com> In-Reply-To: <1646017980-61037-1-git-send-email-wangqing@vivo.com> To: Qing Wang Cc: shshaikh@marvell.com, manishc@marvell.com, GR-Linux-NIC-Dev@marvell.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Sun, 27 Feb 2022 19:13:00 -0800 you wrote: > From: Wang Qing > > Use the helper function time_is_{before,after}_jiffies() to improve > code readability. > > Signed-off-by: Wang Qing > > [...] Here is the summary with links: - net: qlcnic: use time_is_before_jiffies() instead of open coding it https://git.kernel.org/netdev/net-next/c/3b6cab7b5a2f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html