[PATCH v2] fbdev: fix kerneldoc

2018-09-10 Thread Michał Mirosław
As noticed by kbuild test robot , remove_conflicting_pci_framebuffers()'s second argument is called res_id not resource_id. Fix this. Signed-off-by: Michał Mirosław --- * Against drm-misc-next, as that's where original patchset went to. v2: include second occurrence of @resource_id --- drivers

Re: [PATCH v2] fbdev: fix kerneldoc

2018-09-07 Thread Daniel Vetter
On Fri, Sep 07, 2018 at 07:47:08PM +0200, Michał Mirosław wrote: > As noticed by kbuild test robot , > remove_conflicting_pci_framebuffers()'s second argument > is called res_id not resource_id. Fix this. > > Signed-off-by: Michał Mirosław > --- > * Against drm-misc-next, as that's where original