]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
documentation: networking: fix spelling mistakes
authorKhaled Elnaggar <khaledelnaggarlinux@gmail.com>
Thu, 23 Jan 2025 08:25:20 +0000 (10:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 27 Jan 2025 22:26:06 +0000 (14:26 -0800)
Fix a couple of typos/spelling mistakes in the documentation.

Signed-off-by: Khaled Elnaggar <khaledelnaggarlinux@gmail.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://patch.msgid.link/20250123082521.59997-1-khaledelnaggarlinux@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/can.rst
Documentation/networking/napi.rst

index 62519d38c58badee6809a22e4e3ec7ec63d02f1a..b018ce346392652b59ad5ff035b851c8e8f276fb 100644 (file)
@@ -699,10 +699,10 @@ RAW socket option CAN_RAW_JOIN_FILTERS
 
 The CAN_RAW socket can set multiple CAN identifier specific filters that
 lead to multiple filters in the af_can.c filter processing. These filters
-are indenpendent from each other which leads to logical OR'ed filters when
+are independent from each other which leads to logical OR'ed filters when
 applied (see :ref:`socketcan-rawfilter`).
 
-This socket option joines the given CAN filters in the way that only CAN
+This socket option joins the given CAN filters in the way that only CAN
 frames are passed to user space that matched *all* given CAN filters. The
 semantic for the applied filters is therefore changed to a logical AND.
 
index 6083210ab2a42ce26e47731c9e2fa92e015321ee..f970a2be271a0bf02498e76eb0c6e8218fef6499 100644 (file)
@@ -362,7 +362,7 @@ It is expected that ``irq-suspend-timeout`` will be set to a value much larger
 than ``gro_flush_timeout`` as ``irq-suspend-timeout`` should suspend IRQs for
 the duration of one userland processing cycle.
 
-While it is not stricly necessary to use ``napi_defer_hard_irqs`` and
+While it is not strictly necessary to use ``napi_defer_hard_irqs`` and
 ``gro_flush_timeout`` to use IRQ suspension, their use is strongly
 recommended.