1
0
Fork 0

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: Udo Seidel <udoseidel@gmx.de>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Josh Poimboeuf 2014-12-23 17:06:43 -06:00 committed by Jiri Kosina
parent 74d50da3e4
commit 700a3048aa
1 changed files with 5 additions and 1 deletions

View File

@ -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>
*/