From dca59dfe5e73f39885d1c65b01d8da115a7a2c22 Mon Sep 17 00:00:00 2001 From: Abdullah Alomani 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 --- 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