Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751409AbdH3UNu (ORCPT ); Wed, 30 Aug 2017 16:13:50 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:60894 "EHLO mailout.easymail.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbdH3UNt (ORCPT ); Wed, 30 Aug 2017 16:13:49 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH][net-next][V3] bpf: test_maps: fix typos, "conenct" and "listeen" To: Daniel Borkmann , Colin King , Alexei Starovoitov , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan References: <20170830171525.5688-1-colin.king@canonical.com> <59A70831.6080501@iogearbox.net> Cc: Shuah Khan From: Shuah Khan Message-ID: <9863bea1-5325-edc8-ca46-46e2a738782c@kernel.org> Date: Wed, 30 Aug 2017 14:13:35 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <59A70831.6080501@iogearbox.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 602 Lines: 23 On 08/30/2017 12:47 PM, Daniel Borkmann wrote: > On 08/30/2017 07:15 PM, 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 > > Acked-by: Daniel Borkmann > > I can get this into 4.14-rc1 unless it should go through net-next for dependencies. In which case, Acked-by: Shuah Khan thanks, -- Shuah