Skip to content

Commit ea250c5

Browse files
committed
doc: fixes to rt-linux tutorial
Fix a typo in the doc and add some formatting. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 1a4a1c3 commit ea250c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tutorials/rt_linux.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as
6363
.. note:: This patch will report one conflict with ``base.c`` that
6464
you can ignore.
6565

66-
#. Edit the ``kernel_config_uos`` config file: search the keyword
67-
"NVME Support", delete "# CONFIG_BLK_DEV_NVME is not set" and add two lines under NVME Support to enable
66+
#. Edit the ``kernel_config_uos`` config file: search for the keyword
67+
"NVME Support", delete ``# CONFIG_BLK_DEV_NVME is not set`` and add two lines under "NVME Support" to enable
6868
the NVME driver in RT kernel::
6969

7070
CONFIG_NVME_CORE=y
@@ -109,7 +109,7 @@ system on Intel KBL NUC with a SATA SSD as ``/dev/sda`` and an NVME SSD as
109109

110110
$ sudo ./launch_hard_rt_vm.sh
111111

112-
#. At this point, youve successfully launched the real-time VM and
112+
#. At this point, you've successfully launched the real-time VM and
113113
Guest OS. You can verify a preemptible kernel was loaded using
114114
the ``uname -a`` command:
115115

0 commit comments

Comments
 (0)