From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Djimeli Subject: Re: [PATCH v2] typo fix in Documentation/networking/af_xdp.rst Date: Fri, 05 Oct 2018 23:43:40 +0200 Message-ID: <14ed06fec8713a8e0576b673b974887d@igalia.com> References: <20181004170132.8276-1-kdjimeli@igalia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Netdev To: =?UTF-8?Q?Bj=C3=B6rn_T=C3=B6pel?= Return-path: Received: from fanzine.igalia.com ([91.117.99.155]:52888 "EHLO fanzine.igalia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725952AbeJFEoU (ORCPT ); Sat, 6 Oct 2018 00:44:20 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 2018-10-04 19:38, Björn Töpel wrote: > Den tors 4 okt. 2018 kl 19:03 skrev Konrad Djimeli : >> >> Fix a simple typo: Completetion -> Completion >> >> Signed-off-by: Konrad Djimeli >> --- >> Changes in v2: >> - Update line below to be same length as text above >> >> Documentation/networking/af_xdp.rst | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/networking/af_xdp.rst b/Documentation/networking/af_xdp.rst >> index ff929cfab4f4..4ae4f9d8f8fe 100644 >> --- a/Documentation/networking/af_xdp.rst >> +++ b/Documentation/networking/af_xdp.rst >> @@ -159,8 +159,8 @@ log2(2048) LSB of the addr will be masked off, meaning that 2048, 2050 >> and 3000 refers to the same chunk. >> >> >> -UMEM Completetion Ring >> -~~~~~~~~~~~~~~~~~~~~~~ >> +UMEM Completion Ring >> +~~~~~~~~~~~~~~~~~~~~ >> >> The Completion Ring is used transfer ownership of UMEM frames from >> kernel-space to user-space. Just like the Fill ring, UMEM indicies are >> -- >> 2.17.1 >> > > Thanks Konrad! For future patches, you should tag your patch with > 'bpf' or 'bpf-next' as pointed out in > Documentation/bpf/bpf_devel_QA.rst. I guess this should go to 'bpf'. > > Acked-by: Björn Töpel Thanks a lot, I would keep that in mind for future contributions.