]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
include/libcgroup/systemd.h: fix coding style complaint
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 11 Aug 2023 06:55:04 +0000 (12:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 11 Aug 2023 17:37:54 +0000 (11:37 -0600)
Fix the checkpatch.pl warnings, making it coding style complaint.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
include/libcgroup/systemd.h

index ab06128184a12d97851b4e8fb0e52266165f07b3..671b92a98a8c995bf01b4f44341c83afbbb12120 100644 (file)
@@ -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" */