Commit f1c6b457 authored by Maciej Wawryk's avatar Maciej Wawryk Committed by Jim Harris
Browse files

markdownlint: enable rule MD037



MD037 - Spaces inside emphasis markers
Fixed all errors

Signed-off-by: default avatarMaciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: Id5b880f9fc758f1bdd19f0fd8bd3f1dfd0678ecc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9269


Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent ba58dd94
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -199,8 +199,8 @@ $ /path/to/qemu [OTHER PARAMETERS] -drive format=raw,file=/path/to/data/file,if=

In the above example, a device is created with 1 channel, 8 parallel units, 512 chunks per parallel
unit, 24576 (`lnum_pln` * `lpgs_per_blk` * `lsecs_per_pg`) logical blocks in each chunk with logical
block being 4096B. Therefore the data file needs to be at least 384G (8 * 512 * 24576 * 4096B) of
size and can be created with the following command:
block being 4096B. Therefore the data file needs to be at least 384G `(8 * 512 * 24576 * 4096B)`
of size and can be created with the following command:

```
fallocate -l 384G /path/to/data/file
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ rule 'MD029', :style => "ordered"
exclude_rule 'MD031'
exclude_rule 'MD033'
exclude_rule 'MD034'
exclude_rule 'MD037'
exclude_rule 'MD038'
exclude_rule 'MD040'
exclude_rule 'MD041'