Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 700a3048 authored by Josh Poimboeuf's avatar Josh Poimboeuf Committed by Jiri Kosina
Browse files

livepatch: samples: fix usage example comments



Fix a few typos in the livepatch-sample.c usage example comments and add
some whitespace to make the comments a little more legible.

Reported-by: default avatarUdo Seidel <udoseidel@gmx.de>
Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 74d50da3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -26,12 +26,16 @@
 * kernel boot cmdline when /proc/cmdline is read.
 *
 * Example:
 *
 * $ cat /proc/cmdline
 * <your cmdline>
 *
 * $ insmod livepatch-sample.ko
 * $ cat /proc/cmdline
 * this has been live patched
 * $ echo 0 > /sys/kernel/livepatch/klp_sample/enabled
 *
 * $ echo 0 > /sys/kernel/livepatch/livepatch_sample/enabled
 * $ cat /proc/cmdline
 * <your cmdline>
 */