]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
samples/c/create_systemd_scope.c: 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:54 +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>
samples/c/create_systemd_scope.c

index cb9ab7d4227b7d73eff6949397d550340c94ca70..4d14ea8452e3162c835dad621ccf39548170dcc2 100644 (file)
 
 /*
  * 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 <yourslicename> --scope <yourscopename>
+ *     $ sudo LD_LIBRARY_PATH=src/.libs ./samples/c/create_systemd_scope \
+ *       --slice <yourslicename> --scope <yourscopename>
  */
 
 /*