Re: [PATCH] docs/core-api/mm: fix GFP combinations section name

2019-01-14 Thread Jonathan Corbet
On Mon, 14 Jan 2019 20:32:58 +0200 Mike Rapoport wrote: > Fix the mismatch between "Useful GFP flag combinations" section naming in > the DOC: section in include/linux/gfp.h and > Documentation/core-api/mm-api.rst > > Signed-off-by: Mike Rapoport > --- > Documentation/core-api/mm-api.rst | 2 +

[PATCH] docs/core-api/mm: fix GFP combinations section name

2019-01-14 Thread Mike Rapoport
Fix the mismatch between "Useful GFP flag combinations" section naming in the DOC: section in include/linux/gfp.h and Documentation/core-api/mm-api.rst Signed-off-by: Mike Rapoport --- Documentation/core-api/mm-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documenta