On Wed, Apr 19, 2017 at 05:48:54PM +0100, Lorenzo Pieralisi wrote: > The offset parameter in Devres devm_ioremap_* functions kerneldoc > entries is erroneously defined as BUS offset whereas it is actually > a resource address. > > Since it is actually misleading, fix the Devres devm_ioremap_* offset > parameter kerneldoc entry by replacing BUS offset with a more > suitable description (ie Resource address). > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieral...@arm.com> > Cc: Bjorn Helgaas <bhelg...@google.com> > Cc: Tejun Heo <t...@kernel.org>
Acked-by: Tejun Heo <t...@kernel.org> Thanks. -- tejun