From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E363C4332F for ; Fri, 11 Nov 2022 22:49:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234454AbiKKWty (ORCPT ); Fri, 11 Nov 2022 17:49:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234027AbiKKWty (ORCPT ); Fri, 11 Nov 2022 17:49:54 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E251391EB; Fri, 11 Nov 2022 14:49:53 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 23CE762122; Fri, 11 Nov 2022 22:49:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E9BFC433C1; Fri, 11 Nov 2022 22:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668206992; bh=DDLxGHdEgOEXaPY8AdKbdN/ekL77SXoM7Q0SCIi4X8k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tq9ZfsVQMiaN5Y3eHrzsTIYDqLV0XQTW26FMZndtxtlI/2UmEC14xICkmgoxYUuj0 uaEb2stn+3xWIPveST0rKYyJ9eboZQ3E23FoBjpp7HVpPVZHBa+vElo+Kp3lJ024GP RRXPmlR+9pxrllme1d4UQ/YmfrxV6e9bfafm8arcZzGjpKUkk6LM10jguAScAcqI+O xWXwaWHeC1/kDhxV+89EnoxBIG8W56ICky4Gv7ZZikWsW/DS+WppU7A8OBjFeK17IH tmILJSP5ZI1qGkY1g25FHQ7irEKILIMfWukDwppVrDcaz7itDx5SEN/LtezUHM02Si JTOcZHovIgf7g== Date: Fri, 11 Nov 2022 14:49:51 -0800 From: Saeed Mahameed To: Colin Ian King Cc: Saeed Mahameed , Leon Romanovsky , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Yevgeny Kliteynik , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net/mlx5: Fix spelling mistake "destoy" -> "destroy" Message-ID: References: <20221031080104.773325-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20221031080104.773325-1-colin.i.king@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 31 Oct 08:01, Colin Ian King wrote: >There is a spelling mistake in an error message. Fix it. > applied to net-next-mlx5. Thanks