From: Kamalesh Babulal Date: Fri, 11 Aug 2023 06:55:04 +0000 (+0530) Subject: samples/c/create_systemd_scope.c: fix coding style complaint X-Git-Tag: v3.2.0~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d517a9466e829020fd29f53ef22ba1bbdb3d2a1c;p=thirdparty%2Flibcgroup.git 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 --- 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 */ /*