]> 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)
commit419d0323d9deb1067fe0960d05300f72550d634d
treeeb69d15d361f76ff01566e647f06cd0e6f3ca8a9
parent0284c137410b11d6c3ef47e8d7deac131234f668
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