Re: [PATCH 12/17] gpio: gpiolib.c: fix a doc warning
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Date: 2020-03-27 13:47:14
Also in:
linux-gpio, lkml
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Date: 2020-03-27 13:47:14
Also in:
linux-gpio, lkml
Em Fri, 27 Mar 2020 11:22:52 +0100 Linus Walleij [off-list ref] escreveu:
On Tue, Mar 17, 2020 at 3:54 PM Mauro Carvalho Chehab [off-list ref] wrote:quoted
Use a different markup for the ERR_PTR, as %FOO doesn't work if there are parenthesis. So, use, instead: ``ERR_PTR(-EINVAL)`` This fixes the following warning: ./drivers/gpio/gpiolib.c:139: WARNING: Inline literal start-string without end-string. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>Reviewed-by: Linus Walleij <redacted> Mauro are you merging this or do you want me to merge it?
Feel free to merge it. My plan is to rebase my trees after the merge window, re-sending anything that got missed for them to be either applied directly or via the docs tree. Thanks, Mauro