markdownlint: enable rule MD026

MD026 - Trailing punctuation in header
Fixed all errors

Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: I5e73356c7a573f1194f56386ca477d57e56a26f2
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9137
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-10 09:21:26 +02:00 committed by Jim Harris
parent 1e1fd9ac21
commit 7239e113a8
2 changed files with 4 additions and 5 deletions

View File

@ -48,7 +48,7 @@ can't be accessed directly.
Updated DPDK submodule to DPDK 21.08.
## v21.07:
## v21.07
### accel_fw
@ -237,7 +237,7 @@ Added zipf random number generator with power law probability distribution.
When applied to performance testing of block devices, it will select blocks over
the full range of LBAs, but will more frequently select lower-numbered LBAs.
## v21.04:
## v21.04
### accel
@ -449,7 +449,7 @@ into or out of interrupt mode.
Added the `bdev_virtio_blk_set_hotplug` RPC for the virtio blk pci device.
## v21.01:
## v21.01
### bdev
@ -630,7 +630,7 @@ into `bdev_set_options` function.
Added optional `packed_ring_recovery` parameter to `vhost_create_blk_controller` RPC
enabling packed ring live recovery.
## v20.10:
## v20.10
### accel

View File

@ -4,7 +4,6 @@ exclude_rule 'MD004'
exclude_rule 'MD010'
rule 'MD013', :line_length => 170
exclude_rule 'MD024'
exclude_rule 'MD026'
exclude_rule 'MD027'
exclude_rule 'MD028'
exclude_rule 'MD029'