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 X-Spam-Level: X-Spam-Status: No, score=-26.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT,USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05733C47082 for ; Tue, 8 Jun 2021 14:12:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E43F661359 for ; Tue, 8 Jun 2021 14:12:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233203AbhFHOOj (ORCPT ); Tue, 8 Jun 2021 10:14:39 -0400 Received: from mail-wm1-f73.google.com ([209.85.128.73]:55983 "EHLO mail-wm1-f73.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232341AbhFHOOi (ORCPT ); Tue, 8 Jun 2021 10:14:38 -0400 Received: by mail-wm1-f73.google.com with SMTP id k8-20020a05600c1c88b02901b7134fb829so118757wms.5 for ; Tue, 08 Jun 2021 07:12:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=KfCyzLjYvtfjVAu2B5vrfApkB1qN2fyodQIgINGEiTQ=; b=aCRbqylSf2xclCPrzcK21cGpJ42WwdS2xxkiUcDI5rJGyVysXv0RyuECMvmGBOIo9f 4e843nuXCj6TaO82nhrhkd3ABl3GWsCAeb9R5a0MPfmVnEfdjCuDRVTgTGTBvuxz58y+ OBSKt642xMNFQxyLqBD+Xahyo4jlFJvg2NHMba+pX8jccHI766dgiwA3XLmfkhfGJHzw T4BOf6Ga4pB+IR6V9vih/peEidZ//ysloqxfjGNabwUymu09f4ulvkr67KK54ff/f3l1 ra80fmWLjpL0lij2kaKuTQJ22e7QjGnXqd78UnIhflR3WVhdwMY/EMtSgUoHiJHhekeK 07YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:in-reply-to:message-id:mime-version :references:subject:from:to:cc; bh=KfCyzLjYvtfjVAu2B5vrfApkB1qN2fyodQIgINGEiTQ=; b=XR03msKE/DL+i0xKyE35pquX10l+0qvOrebMOm2rjmxEiLNTCTyviHV1Brt9b7h5Fc EhX5kzCr/Ls6+6Re1CMdKrc8xf5T04DX3FaVh6+Ei0rn/2fOBF6HNZjhARq0yIxLJ0hH kPw51qYyHxydmJTkOtZtLAW/yoIj2D81pWYGbYp1UxzEGHDAWVaMAKzb6t2FbD/VA+TJ 6kZGrNV79F1L/w3Fh3hyhpIlTOr7LGyDtAIcIhSNo+T5ngY8dN7zhaTnaQed5YEGPGbv WI+nAxFnSFv9XjlGo1Vx5IgltDNcP3o9rOgotnZTtp1ltDT8kknk+JeWHoHPD0J+LnXj X0bQ== X-Gm-Message-State: AOAM533+2TvQARi0Y1O9Xk4Z92lrbilp0pTDd+CcIwNzu2IaRqofxOz+ 3sDPdQtJXHx+xHHzvdodTx5RJX3/AQ== X-Google-Smtp-Source: ABdhPJyRDNGkYEpQKyC8K8EuRMO4oTBOQ99EavtyeC4T4OfyBXHvNt/BP9UvYfKkUFL4MTMUm3itodZJAw== X-Received: from tabba.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:482]) (user=tabba job=sendgmr) by 2002:a5d:4ecf:: with SMTP id s15mr22738532wrv.80.1623161505308; Tue, 08 Jun 2021 07:11:45 -0700 (PDT) Date: Tue, 8 Jun 2021 15:11:29 +0100 In-Reply-To: <20210608141141.997398-1-tabba@google.com> Message-Id: <20210608141141.997398-2-tabba@google.com> Mime-Version: 1.0 References: <20210608141141.997398-1-tabba@google.com> X-Mailer: git-send-email 2.32.0.rc1.229.g3e70b5a671-goog Subject: [PATCH v1 01/13] KVM: arm64: Remove trailing whitespace in comments From: Fuad Tabba To: kvmarm@lists.cs.columbia.edu Cc: maz@kernel.org, will@kernel.org, james.morse@arm.com, alexandru.elisei@arm.com, suzuki.poulose@arm.com, mark.rutland@arm.com, christoffer.dall@arm.com, pbonzini@redhat.com, qperret@google.com, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel-team@android.com, tabba@google.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Editing this file later, and my editor always cleans up trailing whitespace. Removing it earler for clearer future patches. No functional change intended. Signed-off-by: Fuad Tabba --- arch/arm64/kvm/sys_regs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c index 1a7968ad078c..15c247fc9f0c 100644 --- a/arch/arm64/kvm/sys_regs.c +++ b/arch/arm64/kvm/sys_regs.c @@ -318,14 +318,14 @@ static bool trap_dbgauthstatus_el1(struct kvm_vcpu *vcpu, /* * We want to avoid world-switching all the DBG registers all the * time: - * + * * - If we've touched any debug register, it is likely that we're * going to touch more of them. It then makes sense to disable the * traps and start doing the save/restore dance * - If debug is active (DBG_MDSCR_KDE or DBG_MDSCR_MDE set), it is * then mandatory to save/restore the registers, as the guest * depends on them. - * + * * For this, we use a DIRTY bit, indicating the guest has modified the * debug registers, used as follow: * -- 2.32.0.rc1.229.g3e70b5a671-goog 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 X-Spam-Level: X-Spam-Status: No, score=-16.6 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6671EC4743D for ; Tue, 8 Jun 2021 14:11:50 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 080DE60FE9 for ; Tue, 8 Jun 2021 14:11:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 080DE60FE9 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id AF7384079A; Tue, 8 Jun 2021 10:11:49 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@google.com Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0E9Ue94P9b+x; Tue, 8 Jun 2021 10:11:48 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C170140870; Tue, 8 Jun 2021 10:11:48 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id B10AA4083E for ; Tue, 8 Jun 2021 10:11:47 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VIgGwNiFPIcQ for ; Tue, 8 Jun 2021 10:11:46 -0400 (EDT) Received: from mail-wm1-f73.google.com (mail-wm1-f73.google.com [209.85.128.73]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 788CC40825 for ; Tue, 8 Jun 2021 10:11:46 -0400 (EDT) Received: by mail-wm1-f73.google.com with SMTP id k5-20020a05600c1c85b02901ac8b854c50so806504wms.5 for ; Tue, 08 Jun 2021 07:11:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=KfCyzLjYvtfjVAu2B5vrfApkB1qN2fyodQIgINGEiTQ=; b=aCRbqylSf2xclCPrzcK21cGpJ42WwdS2xxkiUcDI5rJGyVysXv0RyuECMvmGBOIo9f 4e843nuXCj6TaO82nhrhkd3ABl3GWsCAeb9R5a0MPfmVnEfdjCuDRVTgTGTBvuxz58y+ OBSKt642xMNFQxyLqBD+Xahyo4jlFJvg2NHMba+pX8jccHI766dgiwA3XLmfkhfGJHzw T4BOf6Ga4pB+IR6V9vih/peEidZ//ysloqxfjGNabwUymu09f4ulvkr67KK54ff/f3l1 ra80fmWLjpL0lij2kaKuTQJ22e7QjGnXqd78UnIhflR3WVhdwMY/EMtSgUoHiJHhekeK 07YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:in-reply-to:message-id:mime-version :references:subject:from:to:cc; bh=KfCyzLjYvtfjVAu2B5vrfApkB1qN2fyodQIgINGEiTQ=; b=tYW35z/pTyUmq0GirPDO5KKV3lHMeqNucxz500VHE3K0e6U7BldqyB72a0D6fDGptN Egfw7evks6tStKZu5e2W95OK4a5HjR7NeH+/bi26W9Ad4OgQXb0UyJMathXaunSFWbs0 ATDbb8mgz013Y0iGPbamxptzR2r29oOx9B/fBzPyuW+DiwbRcukk6c+8DNbjGgZ+14ql DgHcQ+du2NO8kjrz3Ldgpy9bVf9czDKIMsHdpv8jhdXKOBLSyLG5UkVbDJ6k4qtCT8ve KfDOyovbTtIGJDu5yWJNlgV8sVITrWz5llHoIjI8PLh+M+unVr1N9EhuXURM9wJtdud8 3mAg== X-Gm-Message-State: AOAM532qQmMrfGtxamzCHjzqWuIvOyMo0c+UWZIlI/1bPLy6syrEfZjL yZp2g8sBHjWNOJ6lhz5T7JJoAYEhih+ZBbjFL8LR3xfsDkkRXAnu2i5bY6lQ0gSgyNiP2B8XGf6 mI9Tr5ZuZ313r1UzAcLBkJ8p4Tn+BtVTuC+9UINItRcW9T0+Ycwxxa3mcmaE81qQPX3c= X-Google-Smtp-Source: ABdhPJyRDNGkYEpQKyC8K8EuRMO4oTBOQ99EavtyeC4T4OfyBXHvNt/BP9UvYfKkUFL4MTMUm3itodZJAw== X-Received: from tabba.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:482]) (user=tabba job=sendgmr) by 2002:a5d:4ecf:: with SMTP id s15mr22738532wrv.80.1623161505308; Tue, 08 Jun 2021 07:11:45 -0700 (PDT) Date: Tue, 8 Jun 2021 15:11:29 +0100 In-Reply-To: <20210608141141.997398-1-tabba@google.com> Message-Id: <20210608141141.997398-2-tabba@google.com> Mime-Version: 1.0 References: <20210608141141.997398-1-tabba@google.com> X-Mailer: git-send-email 2.32.0.rc1.229.g3e70b5a671-goog Subject: [PATCH v1 01/13] KVM: arm64: Remove trailing whitespace in comments From: Fuad Tabba To: kvmarm@lists.cs.columbia.edu Cc: kernel-team@android.com, kvm@vger.kernel.org, maz@kernel.org, pbonzini@redhat.com, will@kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu Editing this file later, and my editor always cleans up trailing whitespace. Removing it earler for clearer future patches. No functional change intended. Signed-off-by: Fuad Tabba --- arch/arm64/kvm/sys_regs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c index 1a7968ad078c..15c247fc9f0c 100644 --- a/arch/arm64/kvm/sys_regs.c +++ b/arch/arm64/kvm/sys_regs.c @@ -318,14 +318,14 @@ static bool trap_dbgauthstatus_el1(struct kvm_vcpu *vcpu, /* * We want to avoid world-switching all the DBG registers all the * time: - * + * * - If we've touched any debug register, it is likely that we're * going to touch more of them. It then makes sense to disable the * traps and start doing the save/restore dance * - If debug is active (DBG_MDSCR_KDE or DBG_MDSCR_MDE set), it is * then mandatory to save/restore the registers, as the guest * depends on them. - * + * * For this, we use a DIRTY bit, indicating the guest has modified the * debug registers, used as follow: * -- 2.32.0.rc1.229.g3e70b5a671-goog _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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 X-Spam-Level: X-Spam-Status: No, score=-16.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57EBCC47082 for ; Tue, 8 Jun 2021 14:17:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 207A160FE9 for ; Tue, 8 Jun 2021 14:17:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 207A160FE9 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:From:Subject:References: Mime-Version:Message-Id:In-Reply-To:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=/0GDal0o+4LIdDnoIpL4GamohEyYMUuN1LWRbW5918s=; b=YswDhbDZXcCiqfqGMhhYQNe0z2 rTqQv1hMJlvbjVH8CLWBXNEBajcEDIZnWYz++PF7puCaZjZznBAG6bK0yrgfPK06RZNzWVLDLcVFv GK7pRh/TG5KD21iBiBfzrN/7WCbccqwIReOelNM0zj3S3P9lEvYis2Zr1G8oObOu6MEAshwE/wi+l Jy1D9ygAZYUpsNaxDYsvQOCOFZ5S4uRtTH6QisrbDx6sp8dF+XBBxuW3/CHRK76Fv5O2Oe1aa+QGm YJn11uk/76NZ0Fmfp5eBUunXXJY+Peif4as/4QtHDQRBfQr5jjBE5y8ikeKDyIO1PVqx//+CN2lpw cE3ouKXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqcVm-008pZx-Qp; Tue, 08 Jun 2021 14:15:23 +0000 Received: from mail-wm1-f74.google.com ([209.85.128.74]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqcTI-008nyi-Oh for linux-arm-kernel@lists.infradead.org; Tue, 08 Jun 2021 14:12:50 +0000 Received: by mail-wm1-f74.google.com with SMTP id o82-20020a1ca5550000b029019ae053d508so804245wme.6 for ; Tue, 08 Jun 2021 07:12:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=KfCyzLjYvtfjVAu2B5vrfApkB1qN2fyodQIgINGEiTQ=; b=aCRbqylSf2xclCPrzcK21cGpJ42WwdS2xxkiUcDI5rJGyVysXv0RyuECMvmGBOIo9f 4e843nuXCj6TaO82nhrhkd3ABl3GWsCAeb9R5a0MPfmVnEfdjCuDRVTgTGTBvuxz58y+ OBSKt642xMNFQxyLqBD+Xahyo4jlFJvg2NHMba+pX8jccHI766dgiwA3XLmfkhfGJHzw T4BOf6Ga4pB+IR6V9vih/peEidZ//ysloqxfjGNabwUymu09f4ulvkr67KK54ff/f3l1 ra80fmWLjpL0lij2kaKuTQJ22e7QjGnXqd78UnIhflR3WVhdwMY/EMtSgUoHiJHhekeK 07YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:in-reply-to:message-id:mime-version :references:subject:from:to:cc; bh=KfCyzLjYvtfjVAu2B5vrfApkB1qN2fyodQIgINGEiTQ=; b=BCFhxJv6V0MOfjsFAP2cV3E8leH8T7YnCti9mZTKW9OAZnWew9tLXWoNfkAWTELAuI x+rXfWh7aLHtM4QYi25jVvGR6FPdiKdQfN/iUMBSEof8phLocLHB1xQtfB8xM5TbtMK5 vaanyrYZ8niOxLhwiLf1ibk5RaoKBPIUWofLPo0Xw2aoMJivyCGU0bBHldZYzq4AKjHy DiH+avJTysM9S0wk8u1KNYGPcajHc8NrYPRMo+h24v/xI6F9KU4wjZ/klgs4IAPsAXjV ziAaeajud312Y55ActUF+4/VipZW6/EI8SL8O9Fq0NNJsqwEL47CFOBT/qZ1uw5CjTqP 5iug== X-Gm-Message-State: AOAM531L7TfbfDxq3npnSZCr1k9mHUrWvyYPFZFzHFxIZaUaEl+90HEz h10eKRk5G/cgJsU+yTi8w20K4iPt0Q== X-Google-Smtp-Source: ABdhPJyRDNGkYEpQKyC8K8EuRMO4oTBOQ99EavtyeC4T4OfyBXHvNt/BP9UvYfKkUFL4MTMUm3itodZJAw== X-Received: from tabba.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:482]) (user=tabba job=sendgmr) by 2002:a5d:4ecf:: with SMTP id s15mr22738532wrv.80.1623161505308; Tue, 08 Jun 2021 07:11:45 -0700 (PDT) Date: Tue, 8 Jun 2021 15:11:29 +0100 In-Reply-To: <20210608141141.997398-1-tabba@google.com> Message-Id: <20210608141141.997398-2-tabba@google.com> Mime-Version: 1.0 References: <20210608141141.997398-1-tabba@google.com> X-Mailer: git-send-email 2.32.0.rc1.229.g3e70b5a671-goog Subject: [PATCH v1 01/13] KVM: arm64: Remove trailing whitespace in comments From: Fuad Tabba To: kvmarm@lists.cs.columbia.edu Cc: maz@kernel.org, will@kernel.org, james.morse@arm.com, alexandru.elisei@arm.com, suzuki.poulose@arm.com, mark.rutland@arm.com, christoffer.dall@arm.com, pbonzini@redhat.com, qperret@google.com, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel-team@android.com, tabba@google.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210608_071248_848567_8D94FFC6 X-CRM114-Status: GOOD ( 13.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Editing this file later, and my editor always cleans up trailing whitespace. Removing it earler for clearer future patches. No functional change intended. Signed-off-by: Fuad Tabba --- arch/arm64/kvm/sys_regs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/kvm/sys_regs.c b/arch/arm64/kvm/sys_regs.c index 1a7968ad078c..15c247fc9f0c 100644 --- a/arch/arm64/kvm/sys_regs.c +++ b/arch/arm64/kvm/sys_regs.c @@ -318,14 +318,14 @@ static bool trap_dbgauthstatus_el1(struct kvm_vcpu *vcpu, /* * We want to avoid world-switching all the DBG registers all the * time: - * + * * - If we've touched any debug register, it is likely that we're * going to touch more of them. It then makes sense to disable the * traps and start doing the save/restore dance * - If debug is active (DBG_MDSCR_KDE or DBG_MDSCR_MDE set), it is * then mandatory to save/restore the registers, as the guest * depends on them. - * + * * For this, we use a DIRTY bit, indicating the guest has modified the * debug registers, used as follow: * -- 2.32.0.rc1.229.g3e70b5a671-goog _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel