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 29481E784AB for ; Mon, 2 Oct 2023 17:08:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238652AbjJBRId (ORCPT ); Mon, 2 Oct 2023 13:08:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbjJBRIb (ORCPT ); Mon, 2 Oct 2023 13:08:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 901B4AB; Mon, 2 Oct 2023 10:08:29 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51544C433C8; Mon, 2 Oct 2023 17:08:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696266509; bh=QhZMAI126QClwacmWOKLD4jWk8FlpCqWOmI7dE0bK6A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PvA06LhhNHDC6Y/ei2TPiBij5XUvK/9fFeEYW1KOBl7vetU1KwPB53gc9RY5Z7DGY gLsUVLeCApbij7oTvfncE7qxjWGct0Ivdvu0DU5hW9o2UWf0aeoxqaFmsCPGl0yQ7/ 36nc1CoCnnJ67wOJYDidtR+nkoTmOjFaC0r0HGToLN5V8XJ6+IvcA85JxNnFaW6YEr b4UJjH1RKtmTelaX+qPbjqK/QgSrTlP0R2GjJEVLew8nUKzMonkYt43ibjtDnZk1e4 nmUF6pbvVF+tnbT1vReW8hykp5M8cgLPYmIF3v5jWp29hM04M1M28wN4S8PpsB/bLz Tabp0RhhFeIoA== Date: Mon, 2 Oct 2023 19:08:24 +0200 From: Simon Horman To: Geert Uytterhoeven Cc: "Michael S . Tsirkin" , Jason Wang , Mike Christie , Paolo Bonzini , Stefan Hajnoczi , virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] vhost-scsi: Spelling s/preceeding/preceding/g Message-ID: <20231002170824.GB92317@kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 28, 2023 at 02:18:33PM +0200, Geert Uytterhoeven wrote: > Fix a misspelling of "preceding". > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman