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? Yours, Linus Walleij