Re: [PATCH v1] selftests: cgroup: Fixes code style errors

2023-11-30 Thread Shuah Khan
On 11/6/23 11:11, Atul Kumar Pant wrote: Fixes following checkpatch.pl issues: ERROR: do not use assignment in if condition ERROR: Macros starting with if should be enclosed by a do - while Signed-off-by: Atul Kumar Pant --- tools/testing/selftests/cgroup/cgroup_util.c | 14 -- t

[PATCH v1] selftests: cgroup: Fixes code style errors

2023-11-06 Thread Atul Kumar Pant
Fixes following checkpatch.pl issues: ERROR: do not use assignment in if condition ERROR: Macros starting with if should be enclosed by a do - while Signed-off-by: Atul Kumar Pant --- tools/testing/selftests/cgroup/cgroup_util.c | 14 -- tools/testing/selftests/cgroup/test_core.c |