Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752505AbdH3RcJ (ORCPT ); Wed, 30 Aug 2017 13:32:09 -0400 Received: from mail-pg0-f48.google.com ([74.125.83.48]:37402 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752472AbdH3RcH (ORCPT ); Wed, 30 Aug 2017 13:32:07 -0400 X-Google-Smtp-Source: ADKCNb4mEQ+8Xw4yDZsPxwAXwWamGG88HcrKoLKGW2VSRrGggvU8AKZbmX7IFbOHwwLxVbb2gtQuvg== Message-ID: <59A6F687.5020204@gmail.com> Date: Wed, 30 Aug 2017 10:31:51 -0700 From: John Fastabend User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Colin King , Alexei Starovoitov , Daniel Borkmann , Shuah Khan , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][net-next][V3] bpf: test_maps: fix typos, "conenct" and "listeen" References: <20170830171525.5688-1-colin.king@canonical.com> In-Reply-To: <20170830171525.5688-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 509 Lines: 17 On 08/30/2017 10:15 AM, Colin King wrote: > From: Colin Ian King > > Trivial fix to typos in printf error messages: > "conenct" -> "connect" > "listeen" -> "listen" > > thanks to Daniel Borkmann for spotting one of these mistakes > > Signed-off-by: Colin Ian King > --- Thanks. Even though its a spelling typo best to add fixes tag I think. Fixes: 6f6d33f3b3d0 ("bpf: selftests add sockmap tests") Acked-by: John Fastabend