]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sched/headers: Standardize the <linux/sched/vhost_task.h> header guard name
authorIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 09:24:17 +0000 (11:24 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 21 Sep 2023 09:25:51 +0000 (11:25 +0200)
Use the same _LINUX_SCHED_ prefix nomenclature as the other 29 header guards
in include/linux/sched/ do.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched/vhost_task.h

index 837a23624a66a3ed1ceb6958e0fe8f5a98065d82..bc60243d43b3612d78589b891e77f28639b3a0e1 100644 (file)
@@ -1,7 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _LINUX_VHOST_TASK_H
-#define _LINUX_VHOST_TASK_H
-
+#ifndef _LINUX_SCHED_VHOST_TASK_H
+#define _LINUX_SCHED_VHOST_TASK_H
 
 struct vhost_task;
 
@@ -11,4 +10,4 @@ void vhost_task_start(struct vhost_task *vtsk);
 void vhost_task_stop(struct vhost_task *vtsk);
 void vhost_task_wake(struct vhost_task *vtsk);
 
-#endif
+#endif /* _LINUX_SCHED_VHOST_TASK_H */