Em Fri, 27 Mar 2020 11:22:52 +0100 Linus Walleij <linus.walleij@xxxxxxxxxx> escreveu: > On Tue, Mar 17, 2020 at 3:54 PM Mauro Carvalho Chehab > <mchehab+huawei@xxxxxxxxxx> wrote: > > > 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@xxxxxxxxxx> > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > 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