From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH] docs: net: typo fix in Documentation/networking/af_xdp.rst Date: Thu, 4 Oct 2018 16:25:50 +0200 Message-ID: <65edd2d2-8695-3728-ce32-67705514f45d@iogearbox.net> References: <20181004135643.3224-1-kdjimeli@igalia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Konrad Djimeli , netdev@vger.kernel.org Return-path: Received: from www62.your-server.de ([213.133.104.62]:43376 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727322AbeJDVTY (ORCPT ); Thu, 4 Oct 2018 17:19:24 -0400 In-Reply-To: <20181004135643.3224-1-kdjimeli@igalia.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/04/2018 03:56 PM, Konrad Djimeli wrote: > Fix a simple typo: Completetion -> Completion > > Signed-off-by: Konrad Djimeli > --- > Documentation/networking/af_xdp.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/networking/af_xdp.rst b/Documentation/networking/af_xdp.rst > index ff929cfab4f4..e81162609ce3 100644 > --- a/Documentation/networking/af_xdp.rst > +++ b/Documentation/networking/af_xdp.rst > @@ -159,7 +159,7 @@ 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 > ~~~~~~~~~~~~~~~~~~~~~~ Please keep the line also as same length to the text above. > The Completion Ring is used transfer ownership of UMEM frames from >