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 22E5AC43334 for ; Tue, 5 Jul 2022 12:17:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236179AbiGEMRP (ORCPT ); Tue, 5 Jul 2022 08:17:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234291AbiGEMHX (ORCPT ); Tue, 5 Jul 2022 08:07:23 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F81918E00; Tue, 5 Jul 2022 05:06:11 -0700 (PDT) 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 C05D961956; Tue, 5 Jul 2022 12:06:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CAFEDC341C7; Tue, 5 Jul 2022 12:06:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657022770; bh=aiJdJWuzWK8LLYxiRPG5JdmijkvLWK87Ym/glBaD/+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wT9sQ6+eHCDqQHBLqRzcvQ0aoAx/sEL0JTGgnqVu1fSW12Q0BIAIdHYPFRHP2x8Rv aA+Vj9J12SNmWyTOL+1OdVv1lt/qoQFuXpVOXTIPiOlk/3B+D97q7CDhXKlhMZda56 UeJcmslF3URMqm5gRmOstcjNU3Kx8XdPmRm03e6k= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Denis Efremov , kernel test robot , David Ahern , "David S. Miller" Subject: [PATCH 5.4 32/58] sit: use min Date: Tue, 5 Jul 2022 13:58:08 +0200 Message-Id: <20220705115611.191729183@linuxfoundation.org> X-Mailer: git-send-email 2.37.0 In-Reply-To: <20220705115610.236040773@linuxfoundation.org> References: <20220705115610.236040773@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: kernel test robot commit 284fda1eff8a8b27d2cafd7dc8fb423d13720f21 upstream. Opportunity for min() Generated by: scripts/coccinelle/misc/minmax.cocci CC: Denis Efremov Reported-by: kernel test robot Signed-off-by: kernel test robot Reviewed-by: David Ahern Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/ipv6/sit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c @@ -312,7 +312,7 @@ static int ipip6_tunnel_get_prl(struct i rcu_read_lock(); - ca = t->prl_count < cmax ? t->prl_count : cmax; + ca = min(t->prl_count, cmax); if (!kp) { /* We don't try hard to allocate much memory for