]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
tests/gunit/001-path.cpp: 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:55 +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>
tests/gunit/001-path.cpp

index 5bf853244f38dcd7994c21835268a8f78d60ffef..d95e1ad164066b9dd15b9239ee7d0671c3ac4d87 100644 (file)
@@ -129,7 +129,7 @@ TEST_F(BuildPathV1Test, BuildPathV1_ControllerMatchWithName)
  *
  * This test finds a matching controller in the mount table.  The
  * namespace is valid, but the cgroup name is NULL.  This exercises
- * exercises the `if (cg_namespace_table[i])` statement
+ * the `if (cg_namespace_table[i])` statement
  * https://github.com/libcgroup/libcgroup/blob/62f76650db84c0a25f76ece3a79d9d16a1e9f931/src/api.c#L1278
  */
 TEST_F(BuildPathV1Test, BuildPathV1_ControllerMatchWithNs)