From c344dac9cc04d67369e3f8daf74bd79183835a7d Mon Sep 17 00:00:00 2001 From: Karol Latecki Date: Fri, 7 Feb 2020 12:23:01 +0100 Subject: [PATCH] Fix Markdown MD003 linter warnings - header style MD003 - Header style Triggered when inconsistent header styles are used accros file. Also adjust other headers in file to fix MD022 - Headers should be surrounded by blank lines MD025 - Multiple top level headers in the same document Signed-off-by: Karol Latecki Change-Id: I1937abc0d29dc8a21a8eac54d0af2427ebf95bdc Signed-off-by: Karol Latecki Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/653 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Shuhei Matsumoto --- examples/nvmf/nvmf/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/nvmf/nvmf/README.md b/examples/nvmf/nvmf/README.md index 830062cb4..e5ee7b6e3 100644 --- a/examples/nvmf/nvmf/README.md +++ b/examples/nvmf/nvmf/README.md @@ -1,11 +1,10 @@ -NVMe-oF target without SPDK event framework -============================================================================================================ +# NVMe-oF target without SPDK event framework -# Overview +## Overview This example is used to show how to use the nvmf lib. In this example we want to encourage user to use RPC cmd so we would only support RPC style. -# Usage: +## Usage: This example's usage is very similar with nvmf_tgt, difference is that you must use the RPC cmd to setup the nvmf target.