From: Kamalesh Babulal Date: Fri, 11 Aug 2023 06:55:04 +0000 (+0530) Subject: tests/gunit/001-path.cpp: fix coding style complaint X-Git-Tag: v3.2.0~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234ced762688834c3c79086a3be9f8e7183d832a;p=thirdparty%2Flibcgroup.git tests/gunit/001-path.cpp: 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/tests/gunit/001-path.cpp b/tests/gunit/001-path.cpp index 5bf85324..d95e1ad1 100644 --- a/tests/gunit/001-path.cpp +++ b/tests/gunit/001-path.cpp @@ -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)