From 8c43656071208e1a14801b1ecfd0e4b0eadd6a4e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 15 Feb 2012 19:40:57 +0100 Subject: [PATCH] Fix typo Signed-off-by: Jens Axboe --- cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgroup.h b/cgroup.h index d91f7e7b..0bbe25a2 100644 --- a/cgroup.h +++ b/cgroup.h @@ -21,7 +21,7 @@ static inline void cgroup_shutdown(struct thread_data *td, char **mnt) { } -static inline void void cgroup_kill(struct flist_head *list) +static inline void cgroup_kill(struct flist_head *list) { } -- 2.25.1