[PATCH] doc:it_IT: translations for documents in process/

2019-07-28 Thread Federico Vaga
From: Alessia Mantegazza Translations for the following documents in process/: - email-clients - management-style Signed-off-by: Alessia Mantegazza Signed-off-by: Federico Vaga --- .../it_IT/process/email-clients.rst | 328 +- .../it_IT/process/management-sty

[PATCH v7] Documentation/checkpatch: Prefer stracpy/strscpy over strcpy/strlcpy/strncpy.

2019-07-28 Thread NitinGote
From: Nitin Gote Added check in checkpatch.pl to deprecate strcpy(), strlcpy() and strncpy() in favor of stracpy() or strscpy(). Updated Documentation/process/deprecated.rst for stracpy() and strscpy(). Signed-off-by: Nitin Gote --- Change log: v6->v7 - Favored both stracpy() or strscpy(),

Re: [PATCH v3 18/20] docs: ABI: don't escape ReST-incompatible chars from obsolete and removed

2019-07-28 Thread Linus Walleij
On Wed, Jul 17, 2019 at 1:05 PM Mauro Carvalho Chehab wrote: > With just a single fix, the contents there can be parsed properly > without the need to escape any ReST incompatible stuff. > > Signed-off-by: Mauro Carvalho Chehab This seems to depend on other stuff so: Reviewed-by: Linus Walleij

Re: [PATCH] docs/pinctrl: fix compile errors in example code

2019-07-28 Thread Linus Walleij
On Fri, Jul 5, 2019 at 4:30 PM Luca Ceresoli wrote: > The code in the example does not build for a few trivial errors: type > mismatch in callback, missing semicolon. Fix them to help newcomers using > the example as a starting point. > > Signed-off-by: Luca Ceresoli Patch applied. Yours, Linu

Re: [PATCH] Documentation: gpio: fix function links in the HTML docs

2019-07-28 Thread Linus Walleij
On Mon, Jul 8, 2019 at 11:11 PM Jeremy Cline wrote: > The shorthand [_data] and [devm_] cause the HTML documentation to not > link to the function documentation properly. This expands the references > to the complete function names with the exception of > devm_gpiochip_remove() which was dropped

Re: [f2fs-dev] [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups

2019-07-28 Thread Jaegeuk Kim
On 07/28, Chao Yu wrote: > On 2019-7-24 7:05, Daniel Rosenberg via Linux-f2fs-devel wrote: > > /* Flags that are appropriate for regular files (all but dir-specific > > ones). */ > > #define F2FS_REG_FLMASK(~(F2FS_DIRSYNC_FL | > > F2FS_PROJINHERIT_FL)) > > We missed to add F2FS_CAS