[PATCH 9/9] drm/amdgpu: Fix kernel-doc copy/paste snafu
Alex Deucher
alexdeucher at gmail.com
Mon Oct 12 09:03:11 PDT 2015
On Mon, Oct 12, 2015 at 6:00 AM, Lukas Wunner <lukas at wunner.de> wrote:
> Introduced by f482a1419545 ("drm/radeon: document radeon_kms.c")
> and inherited by the amdgpu fork.
>
> Signed-off-by: Lukas Wunner <lukas at wunner.de>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> index 371f015..b1d499e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> @@ -485,11 +485,11 @@ static int amdgpu_info_ioctl(struct drm_device *dev, void *data, struct drm_file
> * Outdated mess for old drm with Xorg being in charge (void function now).
> */
> /**
> - * amdgpu_driver_firstopen_kms - drm callback for last close
> + * amdgpu_driver_lastclose_kms - drm callback for last close
Already fixed as part of this patch:
http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-fixes&id=8b7530b15c3332220a081035ab467c9359aff409
Up to you if you want to respin the second hunk or not.
Alex
> *
> * @dev: drm dev pointer
> *
> - * Switch vga switcheroo state after last close (all asics).
> + * Switch vga_switcheroo state after last close (all asics).
> */
> void amdgpu_driver_lastclose_kms(struct drm_device *dev)
> {
> --
> 1.8.5.2 (Apple Git-48)
>
More information about the dri-devel
mailing list