markdownlint: enable rule MD037

MD037 - Spaces inside emphasis markers
Fixed all errors

Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: Id5b880f9fc758f1bdd19f0fd8bd3f1dfd0678ecc
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9269
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Maciej Wawryk 2021-08-24 08:04:40 +02:00 committed by Jim Harris
parent ba58dd940c
commit f1c6b45774
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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'