|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] xen/sched: fix stale file path comments in common/sched directory
Commit 6cb4b01c03 ("xen/sched: move schedulers and cpupool coding to
dedicated directory") moved the scheduler files from xen/common/ to
xen/common/sched and renamed some of them, but did not update the
in-file path comments at the top of each file.
Update the comments to reflect the current file locations.
Signed-off-by: Furkan Caliskan <frn1furkan10@xxxxxxxxx>
---
xen/common/sched/arinc653.c | 2 +-
xen/common/sched/boot-cpupool.c | 2 +-
xen/common/sched/compat.c | 2 +-
xen/common/sched/core.c | 2 +-
xen/common/sched/cpupool.c | 2 +-
xen/common/sched/credit.c | 2 +-
xen/common/sched/credit2.c | 2 +-
xen/common/sched/null.c | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/xen/common/sched/arinc653.c b/xen/common/sched/arinc653.c
index d8a5380557..f509915e9b 100644
--- a/xen/common/sched/arinc653.c
+++ b/xen/common/sched/arinc653.c
@@ -1,5 +1,5 @@
/******************************************************************************
- * sched_arinc653.c
+ * common/sched/arinc653.c
*
* An ARINC653-compatible scheduling algorithm for use in Xen.
*
diff --git a/xen/common/sched/boot-cpupool.c b/xen/common/sched/boot-cpupool.c
index 03be73efdd..38beec8ec7 100644
--- a/xen/common/sched/boot-cpupool.c
+++ b/xen/common/sched/boot-cpupool.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
- * xen/common/boot_cpupools.c
+ * common/sched/boot-cpupool.c
*
* Code to create cpupools at boot time.
*
diff --git a/xen/common/sched/compat.c b/xen/common/sched/compat.c
index a02204ec9a..1bbbd8f717 100644
--- a/xen/common/sched/compat.c
+++ b/xen/common/sched/compat.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * schedule.c
+ * common/sched/compat.c
*
*/
diff --git a/xen/common/sched/core.c b/xen/common/sched/core.c
index a57d5dd929..e4577d41f7 100644
--- a/xen/common/sched/core.c
+++ b/xen/common/sched/core.c
@@ -4,7 +4,7 @@
* (C) 2004 - Mark Williamson - Intel Research Cambridge
****************************************************************************
*
- * File: common/schedule.c
+ * File: common/sched/core.c
* Author: Rolf Neugebauer & Keir Fraser
* Updated for generic API by Mark Williamson
*
diff --git a/xen/common/sched/cpupool.c b/xen/common/sched/cpupool.c
index f5459c2779..b1e0884842 100644
--- a/xen/common/sched/cpupool.c
+++ b/xen/common/sched/cpupool.c
@@ -1,5 +1,5 @@
/******************************************************************************
- * cpupool.c
+ * common/sched/cpupool.c
*
* Generic cpupool-handling functions.
*
diff --git a/xen/common/sched/credit.c b/xen/common/sched/credit.c
index e9a91d11c3..9c8075338e 100644
--- a/xen/common/sched/credit.c
+++ b/xen/common/sched/credit.c
@@ -2,7 +2,7 @@
* (C) 2005-2006 - Emmanuel Ackaouy - XenSource Inc.
****************************************************************************
*
- * File: common/csched_credit.c
+ * File: common/sched/credit.c
* Author: Emmanuel Ackaouy
*
* Description: Credit-based SMP CPU scheduler
diff --git a/xen/common/sched/credit2.c b/xen/common/sched/credit2.c
index 75316d42b7..04e7b9a28c 100644
--- a/xen/common/sched/credit2.c
+++ b/xen/common/sched/credit2.c
@@ -3,7 +3,7 @@
* (C) 2009 - George Dunlap - Citrix Systems R&D UK, Ltd
****************************************************************************
*
- * File: common/sched_credit2.c
+ * File: common/sched/credit2.c
* Author: George Dunlap
*
* Description: Credit-based SMP CPU scheduler
diff --git a/xen/common/sched/null.c b/xen/common/sched/null.c
index c8e327e3cd..aa136fa729 100644
--- a/xen/common/sched/null.c
+++ b/xen/common/sched/null.c
@@ -1,5 +1,5 @@
/*
- * xen/common/sched_null.c
+ * common/sched/null.c
*
* Copyright (c) 2017, Dario Faggioli, Citrix Ltd
*
--
2.34.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |