linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: docs: fix grammar in CAIF stack description
@ 2025-12-16 10:20 Abdullah Alomani
  2025-12-16 12:13 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Abdullah Alomani @ 2025-12-16 10:20 UTC (permalink / raw)
  To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, corbet@lwn.net, linux-doc@vger.kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org

From dca59dfe5e73f39885d1c65b01d8da115a7a2c22 Mon Sep 17 00:00:00 2001
From: Abdullah Alomani <the.omania@outlook.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@outlook.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: docs: fix grammar in CAIF stack description
  2025-12-16 10:20 [PATCH] net: docs: fix grammar in CAIF stack description Abdullah Alomani
@ 2025-12-16 12:13 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2025-12-16 12:13 UTC (permalink / raw)
  To: Abdullah Alomani
  Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, corbet@lwn.net, linux-doc@vger.kernel.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org

On Tue, Dec 16, 2025 at 10:20:07AM +0000, Abdullah Alomani wrote:
> >From dca59dfe5e73f39885d1c65b01d8da115a7a2c22 Mon Sep 17 00:00:00 2001
> From: Abdullah Alomani <the.omania@outlook.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@outlook.com>

Hi Abdullah,

Maybe I need more coffee or something long those lines,
but the current wording looks fine to me.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-16 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 10:20 [PATCH] net: docs: fix grammar in CAIF stack description Abdullah Alomani
2025-12-16 12:13 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).