Commit 7ba66007 authored by wawryk's avatar wawryk Committed by Tomasz Zawadzki
Browse files

markdownlint: enable rule MD012



MD012 - Multiple consecutive blank lines
Fixed all errors

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


Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarPaul Luse <paul.e.luse@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 98acc6be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6945,7 +6945,6 @@ Example response:
}
~~~


## nvmf_set_crdt {#rpc_nvmf_set_crdt}

Set the 3 CRDT (Command Retry Delay Time) values. For details about
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ all
exclude_rule 'MD003'
exclude_rule 'MD004'
exclude_rule 'MD010'
exclude_rule 'MD012'
rule 'MD013', :line_length => 170
exclude_rule 'MD014'
exclude_rule 'MD018'