From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9C61414F65; Thu, 11 Apr 2024 19:48:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712864933; cv=none; b=NYdF3eBAA13iMv7VN7oHW1WPwx3ewYT3IrBSg0Otmcp07sTptNSll8FUSpLAWXFSV5FfpEmFmDVzPJ8DYpD6878tPRLWQ1WsEEj3i+3sAkCiIn16d5cZCGh0mYaXsJ5r5HnQLYJmiNWLxiENxR7o5v6VQDmdZMKDz6zYdV5LEeo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712864933; c=relaxed/simple; bh=JRdPyGUbZVubMMz0NFuT40OeYtqTJKc3vzOubKZxhjU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=b2riZqfjBufqB+gM6Hez/LO/hY6nmaNVSMAe1TwJuEUluLrmWmcBjSTaNRA4uaON366DLlRjRl2HROSBb6JUYJx+0XaSe6fzS7YDSTAVvawv6QuXMY6HNTtB/lkIBkneBwxCy/qFvAZ0+i0EFSs3B5D2j0q0J2iENs4/qGWHN/E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iAbYdYQg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iAbYdYQg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A1E9C072AA; Thu, 11 Apr 2024 19:48:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712864933; bh=JRdPyGUbZVubMMz0NFuT40OeYtqTJKc3vzOubKZxhjU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iAbYdYQguLxogEkgCpKXle95Wbo5P6N7f+/G0Ha/E/6j9pOJdgGUlfucyxp2jARUR LR9K4POrNDHGceDpiUl5xsW0ej3nviRkAYCCGwjcTUCjcmNAWM74TqNTBI/879PQfl CxDz73QbfQ743ICKF9YFzDAtUmqadf3mtlg+lMHF0vW/Tpc8S4dN9tU1gNv8Quc5ML 5J4tqCkHw/XrlT1fvqHpZ8Y8fhjjM/ysqv3RLnjqeObg8/UpoNkyQRQtqHdwlnYXqo YoSfrIjBMQZTRfSWJePpGhuR19w1cJdueyEUl/GTKGyXHFuwMgRd0uUuZy8DnlbsRd kMBrtiJ8gXZ0A== Message-ID: <397767d1-5f1d-406d-ab9c-bb185d9dee9c@kernel.org> Date: Thu, 11 Apr 2024 20:48:47 +0100 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [RESEND PATCH] bpftool: Fix typo in error message To: Thorsten Blum Cc: Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , bpf@vger.kernel.org, linux-kernel@vger.kernel.org References: <20240411164258.533063-3-thorsten.blum@toblux.com> From: Quentin Monnet Content-Language: en-GB In-Reply-To: <20240411164258.533063-3-thorsten.blum@toblux.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 11/04/2024 17:43, Thorsten Blum wrote: > s/at at/at a/ > > Signed-off-by: Thorsten Blum Acked-by: Quentin Monnet Thanks