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 3A19AFA373D for ; Thu, 27 Oct 2022 22:55:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235376AbiJ0WzJ (ORCPT ); Thu, 27 Oct 2022 18:55:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235356AbiJ0WzH (ORCPT ); Thu, 27 Oct 2022 18:55:07 -0400 Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78C5B66A70 for ; Thu, 27 Oct 2022 15:54:57 -0700 (PDT) Received: by mail-pj1-x1029.google.com with SMTP id d13-20020a17090a3b0d00b00213519dfe4aso2912298pjc.2 for ; Thu, 27 Oct 2022 15:54: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:message-id:reply-to; bh=SqwgVQZrZUOPGCiOP1E8r7GyYT54IzHA4/wQSu9imzU=; b=dAgnHky8fBV9dfZplRCyg9mPbzzLEW96lJydXmBspGcabsqRKKFRDitHDlswpGAQaq YxxhCuJ1zxsOQt2xWdsFVNwWjV1fieZjVTO9so4nRj9uh1TAN+FwPMJGuWLwh6GWyTop 0wZiEDTbB4ZALndEZayZtG4PXqlJGKzria0OL92rfdS8m4L7Zpr9laIMQslZXmq9Wmil D4HQVh6QhdWvKIFhDIX4hkHHWP1YCvvIKJnZEsjan4I2lv05En9tBCb8IWRbjUfsZQko YC8GhUYbj950fDRZjuKQ5gO69TFemAIISJzT+UDNLIp2WjA+Hwpo/V+ck/BWBgB/iSht pnTw== 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 :message-id:reply-to; bh=SqwgVQZrZUOPGCiOP1E8r7GyYT54IzHA4/wQSu9imzU=; b=RsBnjfq9iMXNJIIfIicKe5RbXqS4Ot78SqE+YxmVLDzdtIPYsC7rXEPXBlgPAEjuRO xwBBZWvTK0UKMDHLGw1/UhKOKA1pYOp0CmiFTr9wklL8P+OFtJWyDfV8FEdruxj7gZdj YtzcXDSEIQGOucpacjfIwlLuQH47Jgy0uIQdWOEb8AZ9fM09WKcul2u4R3gEBimG66cq tuSsxHY0ewjkSqqVnoC8TrnRIpeGTr99ZJ1IdNof/q3VeJ+kZCal6Wuq3tuhGF8Jd4Mv axi91gatBTwxBPC1qj2oRCCWLT/0QgM9fzwIORBBbfUYBCAEjugXqaxjY85Lpag7kYL3 ayew== X-Gm-Message-State: ACrzQf3u/MRy2mSzTpSSTGD4Ef7jI8iuXv8DFVMBCWMUaazU/qCOBCXC aYU251tzXqkn0iF11NBUYcyGPQ== X-Google-Smtp-Source: AMsMyM562TQTUWbVA62QyB9jvEsewPE++Q0y2tf+d9dzvU8/8Ka/IQcQJy9/4l9DfZdJng4UIlxERQ== X-Received: by 2002:a17:902:b210:b0:17d:c3ca:4a4f with SMTP id t16-20020a170902b21000b0017dc3ca4a4fmr50441906plr.33.1666911296617; Thu, 27 Oct 2022 15:54:56 -0700 (PDT) Received: from google.com (7.104.168.34.bc.googleusercontent.com. [34.168.104.7]) by smtp.gmail.com with ESMTPSA id i7-20020a17090332c700b001867851536dsm1684566plr.236.2022.10.27.15.54.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Oct 2022 15:54:56 -0700 (PDT) Date: Thu, 27 Oct 2022 22:54:52 +0000 From: Sean Christopherson To: Rong Tao Cc: Rong Tao , Paolo Bonzini , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kvm: vmenter: Use tabs instead of spaces for indentation Message-ID: 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: kvm@vger.kernel.org "KVM: VMX:" for the shortlog. On Fri, Oct 21, 2022, Rong Tao wrote: > From: Rong Tao > > Code indentation should use tabs where possible and miss a '*'. > > Signed-off-by: Rong Tao > --- Reviewed-by: Sean Christopherson