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 688CEC6FA82 for ; Tue, 20 Sep 2022 22:17:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230268AbiITWRK (ORCPT ); Tue, 20 Sep 2022 18:17:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229870AbiITWRH (ORCPT ); Tue, 20 Sep 2022 18:17:07 -0400 Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AB0CCE30 for ; Tue, 20 Sep 2022 15:16:57 -0700 (PDT) Received: by mail-pf1-x42e.google.com with SMTP id d82so4032578pfd.10 for ; Tue, 20 Sep 2022 15:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=FwUOhYqsMP6xtd9/MCw9V5fFKqwT862ZZH0RJSft3e4=; b=Dlf6n6YigvqX6AcLR9i7RejZDv9FXJpCEqYwq6AZyPvPoB7bZGswGTg32azgCTmDf/ tSP6m6yFhKdk+kBq9L+1LBGlj7V5NCJA9GQOXh4abWHBUqUq50fXrBNubPkALHSHG3l2 tzy1NTVHTYuaBQDZCuNjWr1vU/7gaba3WDp0HOnfLxAxfK5lTId7xLurOEaCFq4dHge+ nqAglwz2H65C7ZrMeDNxLLvIeZnXl6qYxiA60El0fKRGeGgjXLULxkqa2xfJtgErnPwQ vpUQ0bjH0YtaobybAfbYuwZ2wgCDoTkOTo7BRnq55KSY790TgL3nRqD67wz4UOYNbBK3 OiNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=FwUOhYqsMP6xtd9/MCw9V5fFKqwT862ZZH0RJSft3e4=; b=fZpSXCRfvhaEZDXOuTu4xUYd3lXluhzEMg8d0ZYVIuAEVdLTANuWHti1JUDe6GvfRa IQg/P59npzvND2JyHDvQ/aEJ7gqpriJlH8CEdV4z+L1u9dIELbYd02skhioBtNkiAnnM Feh7uqUT6xlmG8eMSWsJWFvcjvOmY/k2v+6gs3owSSfd1B7Y8VczeMzc+biSJq0OAeMd igqDeLxR1ukQCI3qDJ4ZHpyJrHcbYhoA2X2UPkWgYPBXou5UrdTQECWlFVmhAAXadycv H3NEeu8Mbb7sOvU3AwLlwNQmjGoI/WYY70uHwykTCjs34QiL8eR5TmqgpDBXg2wUO4k6 OI6g== X-Gm-Message-State: ACrzQf3RX3Y/ANQ1bJE09o0Nf/1uwMdzKHM3pjXRFvcv1u4YFqiLnASn RWwGr8q0aTD5dRNv7Bv8xQ77qQ== X-Google-Smtp-Source: AMsMyM7/DR+/Z9SYYBWpoQz4RH3MsYuMDCUp909I49IEerpoxPrJv4J29GLsp4G/Oe0NiR6U8Nfygg== X-Received: by 2002:a05:6a00:1911:b0:545:cdf0:a61f with SMTP id y17-20020a056a00191100b00545cdf0a61fmr24948927pfi.32.1663712215442; Tue, 20 Sep 2022 15:16:55 -0700 (PDT) Received: from google.com (7.104.168.34.bc.googleusercontent.com. [34.168.104.7]) by smtp.gmail.com with ESMTPSA id p12-20020a170902e74c00b0016c5306917fsm428943plf.53.2022.09.20.15.16.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Sep 2022 15:16:55 -0700 (PDT) Date: Tue, 20 Sep 2022 22:16:51 +0000 From: Sean Christopherson To: Jilin Yuan Cc: pbonzini@redhat.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: x86/mmu: fix repeated words in comments Message-ID: References: <20220831125217.12313-1-yuanjilin@cdjrlc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220831125217.12313-1-yuanjilin@cdjrlc.com> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Wed, Aug 31, 2022, Jilin Yuan wrote: > Delete the redundant word 'to'. > > Signed-off-by: Jilin Yuan > --- Pushed to branch `for_paolo/6.1` at: https://github.com/sean-jc/linux.git Unless you hear otherwise, it will make its way to kvm/queue "soon".