From d517a9466e829020fd29f53ef22ba1bbdb3d2a1c Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Fri, 11 Aug 2023 12:25:04 +0530 Subject: [PATCH] samples/c/create_systemd_scope.c: fix coding style complaint Fix the checkpatch.pl warnings, making it coding style complaint. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- samples/c/create_systemd_scope.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/c/create_systemd_scope.c b/samples/c/create_systemd_scope.c index cb9ab7d4..4d14ea84 100644 --- a/samples/c/create_systemd_scope.c +++ b/samples/c/create_systemd_scope.c @@ -13,22 +13,22 @@ /* * To compile and link this program: - * (From the root of the libcgroup source code directory) - * $ ./bootstrap - * $ ./configure --sysconfdir=/etc --localstatedir=/var \ - * --enable-opaque-hierarchy="name=systemd" --enable-systemd \ - * --enable-python --enable-samples - * $ make + * (From the root of the libcgroup source code directory) + * $ ./bootstrap + * $ ./configure --sysconfdir=/etc --localstatedir=/var \ + * --enable-opaque-hierarchy="name=systemd" --enable-systemd \ + * --enable-python --enable-samples + * $ make * * Add the libcgroup idle thread to your PATH. (Some distros restrict the * modification of the $PATH environment variable when invoking sudo, so you * will need to manually copy the executable to your path.) - * $ sudo cp src/libcgroup_systemd_idle_thread /a/path/in/your/sudo/path + * $ sudo cp src/libcgroup_systemd_idle_thread /a/path/in/your/sudo/path * * To run this program: * $ # Note that there are more options. Run `create_systemd_scope -h` for more info - * $ sudo LD_LIBRARY_PATH=src/.libs ./samples/c/create_systemd_scope \ - * --slice --scope + * $ sudo LD_LIBRARY_PATH=src/.libs ./samples/c/create_systemd_scope \ + * --slice --scope */ /* -- 2.47.2