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 5EA4DC4708D for ; Wed, 7 Dec 2022 10:37:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229960AbiLGKhY (ORCPT ); Wed, 7 Dec 2022 05:37:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbiLGKhJ (ORCPT ); Wed, 7 Dec 2022 05:37:09 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4753A2F02B; Wed, 7 Dec 2022 02:37:09 -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 D74A461169; Wed, 7 Dec 2022 10:37:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74144C433D6; Wed, 7 Dec 2022 10:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670409428; bh=KY7YWJF5oa3fs9ZE2wvbBGq5KADvA3wXFexep9vKVxY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PU0COV5USvTeV+KLv9v8U8W4ISb34xnl83IuPS1kXhitlUw26rjKWyZWCsSfEmI+5 QvTH2td0P9UeEXi956u3J0BjpDbpjM7JamzkxZx+ASN4dE/r7igzgvlOSQ3zcV9IKy taknTlmuSUCL1oOoCoDDBZH0V2dgaf4abj3J+ZTd0xp8BVYzj2sw0bd+YgOvr+6DJh WDD48Ay+JLm5iSQZt8+Ta4eVB9WlQYVPQ1Q7YpPBNVxk1rsBczt9EN8IvmEgQWvoaX u1W3VfduIqv53xXEPAwMorMMDl/Q/AW/3ioCnaabIDy+hG4GIhETpwQNs9LvtHbPmP PrhIHU3t6iPBw== Date: Wed, 7 Dec 2022 12:37:03 +0200 From: Leon Romanovsky To: Colin Ian King Cc: Simon Horman , Jakub Kicinski , "David S . Miller" , Eric Dumazet , Paolo Abeni , Huanhuan Wang , Steffen Klassert , Louis Peens , oss-drivers@corigine.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] xfrm: Fix spelling mistake "tyoe" -> "type" Message-ID: References: <20221207091919.2278416-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221207091919.2278416-1-colin.i.king@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Dec 07, 2022 at 09:19:19AM +0000, Colin Ian King wrote: > There is a spelling mistake in a nn_err message. Fix it. > > Signed-off-by: Colin Ian King > --- > drivers/net/ethernet/netronome/nfp/crypto/ipsec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks, Reviewed-by: Leon Romanovsky