Re: [PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c

2018-12-21 Thread Mike Rapoport



On December 20, 2018 5:34:23 PM GMT+02:00, Jonathan Corbet  
wrote:
>On Thu, 20 Dec 2018 09:59:13 +0200
>Mike Rapoport  wrote:
>
>> ping?
>
>Sorry, been traveling,

No problem, I just wanted to make sure it didn't fall between the cracks.

> and I still don't really know what to do with
>patches that are more mm/ than Documentation/. 

Well, these seem to be quite documentation, although they touch mm files ;-)

> I've just applied these, though.

Thanks!

>Thanks,
>
>jon

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c

2018-12-20 Thread Jonathan Corbet
On Thu, 20 Dec 2018 09:59:13 +0200
Mike Rapoport  wrote:

> ping?

Sorry, been traveling, and I still don't really know what to do with
patches that are more mm/ than Documentation/.  I've just applied these,
though.

Thanks,

jon


Re: [PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c

2018-12-19 Thread Mike Rapoport
ping?

On Thu, Dec 06, 2018 at 11:12:59PM +0200, Mike Rapoport wrote:
> Hi,
> 
> These patches update formatting of function descriptions in
> mm/slab_common.c and link the comments from this file to "The Slab Cache"
> section of the MM API reference.
> 
> As the changes to mm/slab_common.c only touch the comments, I think these
> patches can go via the docs tree.
> 
> Mike Rapoport (2):
>   slab: make kmem_cache_create{_usercopy} description proper kernel-doc
>   docs/mm-api: link slab_common.c to "The Slab Cache" section
> 
>  Documentation/core-api/mm-api.rst |  3 +++
>  mm/slab_common.c  | 35 +++
>  2 files changed, 34 insertions(+), 4 deletions(-)
> 
> -- 
> 2.7.4
> 

-- 
Sincerely yours,
Mike.



[PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c

2018-12-06 Thread Mike Rapoport
Hi,

These patches update formatting of function descriptions in
mm/slab_common.c and link the comments from this file to "The Slab Cache"
section of the MM API reference.

As the changes to mm/slab_common.c only touch the comments, I think these
patches can go via the docs tree.

Mike Rapoport (2):
  slab: make kmem_cache_create{_usercopy} description proper kernel-doc
  docs/mm-api: link slab_common.c to "The Slab Cache" section

 Documentation/core-api/mm-api.rst |  3 +++
 mm/slab_common.c  | 35 +++
 2 files changed, 34 insertions(+), 4 deletions(-)

-- 
2.7.4