]> git.baikalelectronics.ru Git - kernel.git/commit
devlink: don't wrap commands in rST shell blocks
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 27 Mar 2020 20:55:36 +0000 (13:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 05:08:45 +0000 (22:08 -0700)
commit7f0b21e9b07c5d020664b21e659e1f08d42eac90
treeeb69d15d361f76ff01566e647f06cd0e6f3ca8a9
parent0526e8b1ccd3139a7dce28a70d225d9aa511c2f2
devlink: don't wrap commands in rST shell blocks

The devlink-region.rst and ice-region.rst documentation files wrapped
some lines within shell code blocks due to being longer than 80 lines.

It was pointed out during review that wrapping these lines shouldn't be
done. Fix these two rST files and remove the line wrapping on these
shell command examples.

Reported-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/devlink/devlink-region.rst
Documentation/networking/devlink/ice.rst