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

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

2019-07-08 Thread Jeremy Cline
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 by commit 48207d7595d2 ("gpio: drop devm_gpiochip_remove()").