]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
src/libcgroup-internal.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>
src/libcgroup-internal.h

index 05dda6a215223e63f171c6d28ea3851cce773090..ba62d994e83cd527ad280d4a824138bbd07360c8 100644 (file)
@@ -241,8 +241,8 @@ void init_cgroup_table(struct cgroup *cgroups, size_t count);
  * Main mounting structures
  *
  * cg_mount_table_lock must be held to access:
- *     cg_mount_table
- *     cg_cgroup_v2_mount_path
+ *     cg_mount_table
+ *     cg_cgroup_v2_mount_path
  */
 extern struct cg_mount_table_s cg_mount_table[CG_CONTROLLER_MAX];
 extern char cg_cgroup_v2_mount_path[FILENAME_MAX];