From: Kamalesh Babulal Date: Fri, 11 Aug 2023 06:55:04 +0000 (+0530) Subject: include/libcgroup/systemd.h: fix coding style complaint X-Git-Tag: v3.2.0~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdf684cefaeb52ce55c839c8fdf03f6edf3f13a;p=thirdparty%2Flibcgroup.git 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 --- 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" */