From patchwork Fri Jan 10 22:23:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 11328529 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6BC45109A for ; Fri, 10 Jan 2020 22:24:41 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 4795620673 for ; Fri, 10 Jan 2020 22:24:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4795620673 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iq2h4-0000oP-8h; Fri, 10 Jan 2020 22:23:50 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iq2h3-0000oK-3N for xen-devel@lists.xenproject.org; Fri, 10 Jan 2020 22:23:49 +0000 X-Inumbo-ID: defaa7bc-33f7-11ea-bfc5-12813bfff9fa Received: from mail-wm1-f66.google.com (unknown [209.85.128.66]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id defaa7bc-33f7-11ea-bfc5-12813bfff9fa; Fri, 10 Jan 2020 22:23:48 +0000 (UTC) Received: by mail-wm1-f66.google.com with SMTP id m24so3602505wmc.3 for ; Fri, 10 Jan 2020 14:23:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dD3pH+qLvJ2A2T8y5inZXY25FZgxaeam4cVrf8Ri36o=; b=SstC19PvlmocTfg9Xmzln9840DJ3bFpDVskPKb/2Iwyaw9UMJpU3NuQ/PQOmVZOVBc YLt8E9zfcm/4Gv1S75844PY1G2gEgUHG264lhXAdvr7xbgdZDVCCds10uGqx6tY/Rtcq JT5+U9o+bPAmv6EfyV5x77/gcHPoBMdRHD1mtQcwm0alxQLhfEQmOcaBOg8IRf1NgPp3 AyAMbRijreP24ftmaqbxnexp83ZbUIi+Zv1i8HwFdzRDHtXF8joIlkmIvTWOabe5FlzO U/3zT8poAaOt99s5bvg8JDON3+nkhrEZy/i4f/8hK3UIHocJAxIzhj3oHfSeJ6WlTDhg 1t9Q== X-Gm-Message-State: APjAAAXTWbWizjsgfVrnkc7SNQrCpM92d1WibKY5gk/XtGpLgD8T6jsH ot5ZtT8J2tqlr9hVc93lmizrmo8NOLzhbg== X-Google-Smtp-Source: APXvYqwfmOz4kKFCvL5yKtWSD5+m4KBGJsPg8oQ9t4BsSlQ+zGrXlFP+BHNBtI8PhYRvtOnFNqUPKA== X-Received: by 2002:a1c:b7c4:: with SMTP id h187mr6544282wmf.105.1578695027321; Fri, 10 Jan 2020 14:23:47 -0800 (PST) Received: from a483e7b01a66.ant.amazon.com.com (54-240-197-226.amazon.com. [54.240.197.226]) by smtp.gmail.com with ESMTPSA id i5sm3839803wml.31.2020.01.10.14.23.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jan 2020 14:23:46 -0800 (PST) From: Julien Grall To: xen-devel@lists.xenproject.org Date: Fri, 10 Jan 2020 22:23:44 +0000 Message-Id: <20200110222344.66071-1-julien@xen.org> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH] xen/sched: rt: Fix typo in a comment X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: George Dunlap , Julien Grall , Meng Xu , Dario Faggioli Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Signed-off-by: Julien Grall Reviewed-by: Meng Xu --- xen/common/sched_rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/sched_rt.c b/xen/common/sched_rt.c index b2b29481f3..c40a7e4990 100644 --- a/xen/common/sched_rt.c +++ b/xen/common/sched_rt.c @@ -122,7 +122,7 @@ */ /* * RTDS_scheduled: Is this unit either running on, or context-switching off, - * a phyiscal cpu? + * a physical cpu? * + Accessed only with global lock held. * + Set when chosen as next in rt_schedule(). * + Cleared after context switch has been saved in rt_context_saved()