Em Wed, 3 Jul 2019 15:06:41 -0300
Jason Gunthorpe <[email protected]> escreveu:

> On Fri, Jun 28, 2019 at 09:19:57AM -0300, Mauro Carvalho Chehab wrote:
> > The InfiniBand docs are plain text with no markups.
> > So, all we needed to do were to add the title markups and
> > some markup sequences in order to properly parse tables,
> > lists and literal blocks.
> > 
> > At its new index.rst, let's add a :orphan: while this is not linked to
> > the main index.rst file, in order to avoid build warnings.
> > 
> > Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> > ---
> >  .../{core_locking.txt => core_locking.rst}    |  64 ++++++-----
> >  Documentation/infiniband/index.rst            |  23 ++++
> >  .../infiniband/{ipoib.txt => ipoib.rst}       |  24 ++--
> >  .../infiniband/{opa_vnic.txt => opa_vnic.rst} | 108 +++++++++---------
> >  .../infiniband/{sysfs.txt => sysfs.rst}       |   4 +-
> >  .../{tag_matching.txt => tag_matching.rst}    |   5 +
> >  .../infiniband/{user_mad.txt => user_mad.rst} |  33 ++++--
> >  .../{user_verbs.txt => user_verbs.rst}        |  12 +-
> >  drivers/infiniband/core/user_mad.c            |   2 +-
> >  drivers/infiniband/ulp/ipoib/Kconfig          |   2 +-
> >  10 files changed, 174 insertions(+), 103 deletions(-)
> >  rename Documentation/infiniband/{core_locking.txt => core_locking.rst} 
> > (78%)
> >  create mode 100644 Documentation/infiniband/index.rst
> >  rename Documentation/infiniband/{ipoib.txt => ipoib.rst} (90%)
> >  rename Documentation/infiniband/{opa_vnic.txt => opa_vnic.rst} (63%)
> >  rename Documentation/infiniband/{sysfs.txt => sysfs.rst} (69%)
> >  rename Documentation/infiniband/{tag_matching.txt => tag_matching.rst} 
> > (98%)
> >  rename Documentation/infiniband/{user_mad.txt => user_mad.rst} (90%)
> >  rename Documentation/infiniband/{user_verbs.txt => user_verbs.rst} (93%)  
> 
> I'm not sure anymore if I sent a note or not, but this patch was
> already applied to the rdma.git:
> 
> commit 97162a1ee8a1735fc7a7159fe08de966d88354ce
> Author: Mauro Carvalho Chehab <[email protected]>
> Date:   Sat Jun 8 23:27:03 2019 -0300
> 
>     docs: infiniband: convert docs to ReST and rename to *.rst
>     
>     The InfiniBand docs are plain text with no markups.  So, all we needed to
>     do were to add the title markups and some markup sequences in order to
>     properly parse tables, lists and literal blocks.
>     
>     At its new index.rst, let's add a :orphan: while this is not linked to the
>     main index.rst file, in order to avoid build warnings.
>     
>     Signed-off-by: Mauro Carvalho Chehab <[email protected]>
>     Signed-off-by: Jason Gunthorpe <[email protected]>

Ah, ok, thanks!

Not sure why but this one still applies on the top of -next.
Probably just the usual merge noise that happens close to
a new merge window.

Thanks,
Mauro

Reply via email to