From bfdf684cefaeb52ce55c839c8fdf03f6edf3f13a Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Fri, 11 Aug 2023 12:25:04 +0530 Subject: [PATCH] include/libcgroup/systemd.h: fix coding style complaint Fix the checkpatch.pl warnings, making it coding style complaint. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- include/libcgroup/systemd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libcgroup/systemd.h b/include/libcgroup/systemd.h index ab061281..671b92a9 100644 --- a/include/libcgroup/systemd.h +++ b/include/libcgroup/systemd.h @@ -127,11 +127,11 @@ void cgroup_cleanup_systemd_opts(void); * libcgroup commands, cgget, etc., will utilize this slice and scope when * constructing the libcgroup path * - * @param slice Slice name, e.g. libcgroup.slice - * @param scope Scope name, e.g. database.scope + * @param slice systemd slice name, e.g. libcgroup.slice + * @param scope systemd scope name, e.g. database.scope */ int cgroup_write_systemd_default_cgroup(const char * const slice, - const char * const scope); + const char * const scope); #ifdef __cplusplus } /* extern "C" */ -- 2.47.2