From: Jens Axboe Date: Wed, 15 Feb 2012 18:40:57 +0000 (+0100) Subject: Fix typo X-Git-Tag: fio-2.0.4~31 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8c43656071208e1a14801b1ecfd0e4b0eadd6a4e;p=fio.git Fix typo Signed-off-by: Jens Axboe --- 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) { }