Commit 6eddb116 authored by Ingo Molnar's avatar Ingo Molnar

sched/headers: Standardize the <linux/sched/vhost_task.h> header guard name

Use the same _LINUX_SCHED_ prefix nomenclature as the other 29 header guards
in include/linux/sched/ do.
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 3ba78da7
/* SPDX-License-Identifier: GPL-2.0 */ /* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_VHOST_TASK_H #ifndef _LINUX_SCHED_VHOST_TASK_H
#define _LINUX_VHOST_TASK_H #define _LINUX_SCHED_VHOST_TASK_H
struct vhost_task; struct vhost_task;
...@@ -11,4 +10,4 @@ void vhost_task_start(struct vhost_task *vtsk); ...@@ -11,4 +10,4 @@ void vhost_task_start(struct vhost_task *vtsk);
void vhost_task_stop(struct vhost_task *vtsk); void vhost_task_stop(struct vhost_task *vtsk);
void vhost_task_wake(struct vhost_task *vtsk); void vhost_task_wake(struct vhost_task *vtsk);
#endif #endif /* _LINUX_SCHED_VHOST_TASK_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment