From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3FB9D186E2E; Tue, 4 Nov 2025 00:11:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762215121; cv=none; b=pAlhdXkeKs9vf7J4LJRDJoArwS628czQLqSjz90DUKoBOKPL+BEL3GHL7wsllmWxV0MH+9I7dbi52pYxxDdBTvFW4WWaFUUGIGPyfdNI2Z8J8AoxTko2UFHMQO81Ux80LjI2w/qy8i5YO2Hkap9YHUnloexdF+1FXWEWQZd93r8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762215121; c=relaxed/simple; bh=Ifrqezm9e5YRFfp+Do4S6PhVVNj4jf79q2anrhIAZxo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=cLdCbK5LSSs9xpJiAbLKoK8zdKyByZJnRRENcoN+XncaAh6ZgAbBaLAdWfjojWlvuhxB6FRxCo7ipFIbSkacvSDHpi8RGxAUh/HqRHTPEi8AOvI14IgaBnLOSNtO/X0rtEj7rx6MkPmGe4M5VhR8emgPOGa9z9F+M/X4KAs4yJk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=FAqLf4VS; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="FAqLf4VS" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=sBxIUpTJeGIY2hXTtX0cnKaghkTbezK2U0dIJnf6z5o=; b=FAqLf4VS6XGvwq8x2O7YH29Dc5 EdwE6SDNYPu2xK1SthkHS6lUghrHthPSb4O4uHw31ylZKSO8jW9kJCUsIugY2dLTiFZSUBhs0Z3d3 +BCt8pMaiTA5WOpGolxj6kbgV0umUhzptmAB6JPaSjW4C1MKh3kdmbukkASi+jvaO3lijehT7UYL6 fL7Gl6kTFcdvYEes2BfgSN1kk55P8mDerSgO3g8OPiSa+v5btofu8ZRYDPy2pBLHSBYEdmRq7l1PO vT6z5gNc2s2cpJUWTCbbxTy+0rzazgmn53bjSUm3U57uvRzdoL51pK8Jgu3gvb6Aimb3rl9BZrJVt uaMw5oCw==; Received: from [50.53.43.113] (helo=[192.168.254.34]) by bombadil.infradead.org with esmtpsa (Exim 4.98.2 #2 (Red Hat Linux)) id 1vG4eR-0000000ApKh-3oUR; Tue, 04 Nov 2025 00:11:55 +0000 Message-ID: Date: Mon, 3 Nov 2025 16:11:55 -0800 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next v3 6/9] Documentation: xfrm_sysctl: Trim trailing colon in section heading To: Bagas Sanjaya , Linux Kernel Mailing List , Linux Documentation , Linux Networking Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Jonathan Corbet , Steffen Klassert , Herbert Xu References: <20251103015029.17018-2-bagasdotme@gmail.com> <20251103015029.17018-8-bagasdotme@gmail.com> Content-Language: en-US From: Randy Dunlap In-Reply-To: <20251103015029.17018-8-bagasdotme@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 11/2/25 5:50 PM, Bagas Sanjaya wrote: > The sole section heading ("/proc/sys/net/core/xfrm_* Variables") has > trailing colon. Trim it. > > Suggested-by: Randy Dunlap > Signed-off-by: Bagas Sanjaya Reviewed-by: Randy Dunlap Tested-by: Randy Dunlap Thanks. > --- > Documentation/networking/xfrm_sysctl.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/networking/xfrm_sysctl.rst b/Documentation/networking/xfrm_sysctl.rst > index 47b9bbdd017977..7d0c4b17c0bdf1 100644 > --- a/Documentation/networking/xfrm_sysctl.rst > +++ b/Documentation/networking/xfrm_sysctl.rst > @@ -4,8 +4,8 @@ > XFRM Syscall > ============ > > -/proc/sys/net/core/xfrm_* Variables: > -==================================== > +/proc/sys/net/core/xfrm_* Variables > +=================================== > > xfrm_acq_expires - INTEGER > default 30 - hard timeout in seconds for acquire requests -- ~Randy