Message ID | 0ea9c284f8db3867985c410d2764a2b68e5b35c1.1559656538.git.mchehab+samsung@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On 6/4/19 9:17 AM, Mauro Carvalho Chehab wrote: > There's an ascii artwork at Example 1 whose code-block is not properly > idented, causing those warnings. > > Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent literal block quoting. > Documentation/driver-api/soundwire/locking.rst:51: WARNING: Line block ends without a blank line. > Documentation/driver-api/soundwire/locking.rst:55: WARNING: Inline substitution_reference start-string without end-string. > Documentation/driver-api/soundwire/locking.rst:56: WARNING: Line block ends without a blank line. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Thanks for fixing this. > --- > Documentation/driver-api/soundwire/locking.rst | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/soundwire/locking.rst b/Documentation/driver-api/soundwire/locking.rst > index 253f73555255..3a7ffb3d87f3 100644 > --- a/Documentation/driver-api/soundwire/locking.rst > +++ b/Documentation/driver-api/soundwire/locking.rst > @@ -44,7 +44,9 @@ Message transfer. > b. Transfer message (Read/Write) to Slave1 or broadcast message on > Bus in case of bank switch. > > - c. Release Message lock :: > + c. Release Message lock > + > + :: > > +----------+ +---------+ > | | | | >
On 04-06-19, 11:17, Mauro Carvalho Chehab wrote: > There's an ascii artwork at Example 1 whose code-block is not properly > idented, causing those warnings. > > Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent literal block quoting. > Documentation/driver-api/soundwire/locking.rst:51: WARNING: Line block ends without a blank line. > Documentation/driver-api/soundwire/locking.rst:55: WARNING: Inline substitution_reference start-string without end-string. > Documentation/driver-api/soundwire/locking.rst:56: WARNING: Line block ends without a blank line. Applied, thanks
diff --git a/Documentation/driver-api/soundwire/locking.rst b/Documentation/driver-api/soundwire/locking.rst index 253f73555255..3a7ffb3d87f3 100644 --- a/Documentation/driver-api/soundwire/locking.rst +++ b/Documentation/driver-api/soundwire/locking.rst @@ -44,7 +44,9 @@ Message transfer. b. Transfer message (Read/Write) to Slave1 or broadcast message on Bus in case of bank switch. - c. Release Message lock :: + c. Release Message lock + + :: +----------+ +---------+ | | | |
There's an ascii artwork at Example 1 whose code-block is not properly idented, causing those warnings. Documentation/driver-api/soundwire/locking.rst:50: WARNING: Inconsistent literal block quoting. Documentation/driver-api/soundwire/locking.rst:51: WARNING: Line block ends without a blank line. Documentation/driver-api/soundwire/locking.rst:55: WARNING: Inline substitution_reference start-string without end-string. Documentation/driver-api/soundwire/locking.rst:56: WARNING: Line block ends without a blank line. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> --- Documentation/driver-api/soundwire/locking.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)