lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID:
 <SEYPR06MB6523AA8FFC17D23FD3539A658EAAA@SEYPR06MB6523.apcprd06.prod.outlook.com>
Date: Tue, 16 Dec 2025 10:20:07 +0000
From: Abdullah Alomani <the.omania@...look.com>
To: "davem@...emloft.net" <davem@...emloft.net>, "edumazet@...gle.com"
	<edumazet@...gle.com>, "kuba@...nel.org" <kuba@...nel.org>,
	"pabeni@...hat.com" <pabeni@...hat.com>, "corbet@....net" <corbet@....net>,
	"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH] net: docs: fix grammar in CAIF stack description

>From dca59dfe5e73f39885d1c65b01d8da115a7a2c22 Mon Sep 17 00:00:00 2001
From: Abdullah Alomani <the.omania@...look.com>
Date: Tue, 16 Dec 2025 12:20:36 +0300
Subject: [PATCH] net: docs: fix grammar in CAIF stack description

Corrected "handled as by the rest of the layers" to "handled like the rest of the layers"
to clearly indicate that the transmit and receive behavior of this layer
follows the same pattern as other layers in the CAIF stack.

This makes it explicit that no additional layer-specific handling occurs,
improving clarity for readers and developers implementing or maintaining
CAIF layers.

Signed-off-by: Abdullah Alomani <the.omania@...look.com>
---
 Documentation/networking/caif/linux_caif.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/caif/linux_caif.rst b/Documentation/networking/caif/linux_caif.rst
index a0480862ab8c..969e4a2af98f 100644
--- a/Documentation/networking/caif/linux_caif.rst
+++ b/Documentation/networking/caif/linux_caif.rst
@@ -181,8 +181,8 @@ CAIF Core protocol. The IP Interface and CAIF socket have an instance of
 'struct cflayer', just like the CAIF Core protocol stack.
 Net device and Socket implement the 'receive()' function defined by
 'struct cflayer', just like the rest of the CAIF stack. In this way, transmit and
-receive of packets is handled as by the rest of the layers: the 'dn->transmit()'
-function is called in order to transmit data.
+receive of packets is handled like the rest of the layers: the 'dn->transmit()'
+function is called to transmit data.

 Configuration of Link Layer
 ---------------------------
--
2.52.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ