[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180801050908.29970-10-me@tobin.cc>
Date: Wed, 1 Aug 2018 15:09:04 +1000
From: "Tobin C. Harding" <me@...in.cc>
To: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>
Cc: "Tobin C. Harding" <me@...in.cc>, Jonathan Corbet <corbet@....net>,
"David S. Miller" <davem@...emloft.net>, linux-doc@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH bpf-next 09/13] docs: net: Use lowercase 'k' for kernel
The whole document uses a lowercase 'k' for 'kernel' except in one
instance. The kernel community also favours a lowercase 'k'.
Use lowercase 'k' for kernel instead of uppercase 'K'.
Signed-off-by: Tobin C. Harding <me@...in.cc>
---
Documentation/networking/filter.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/filter.rst b/Documentation/networking/filter.rst
index dda1afdb5f26..10c4eab042df 100644
--- a/Documentation/networking/filter.rst
+++ b/Documentation/networking/filter.rst
@@ -9,7 +9,7 @@ Introduction
Linux Socket Filtering (LSF) is derived from the Berkeley Packet Filter.
Though there are some distinct differences between the BSD and Linux
-Kernel filtering, but when we speak of BPF or LSF in Linux context, we
+kernel filtering, but when we speak of BPF or LSF in Linux context, we
mean the very same mechanism of filtering in the Linux kernel.
BPF allows a user-space program to attach a filter onto any socket and
--
2.17.1
Powered by blists - more mailing lists