[PATCH net-next v3 6/9] Documentation: xfrm_sysctl: Trim trailing colon in section heading

Bagas Sanjaya posted 9 patches 1 month, 1 week ago
[PATCH net-next v3 6/9] Documentation: xfrm_sysctl: Trim trailing colon in section heading
Posted by Bagas Sanjaya 1 month, 1 week ago
The sole section heading ("/proc/sys/net/core/xfrm_* Variables") has
trailing colon. Trim it.

Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 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
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH net-next v3 6/9] Documentation: xfrm_sysctl: Trim trailing colon in section heading
Posted by Randy Dunlap 1 month, 1 week ago

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 <rdunlap@infradead.org>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

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