From: Igor Murzov Date: Thu, 25 Oct 2012 13:09:00 +0000 (+0400) Subject: drm/radeon: fix ATPX function documentation X-Git-Tag: v3.7-rc4~4^2~2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfdcbebc548ff14fd1a7029c95d060e0dd466469;p=profile%2Fivi%2Fkernel-x86-ivi.git drm/radeon: fix ATPX function documentation Fix a copy&pasted documentation. Signed-off-by: Igor Murzov Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/radeon_atpx_handler.c b/drivers/gpu/drm/radeon/radeon_atpx_handler.c index 37f6a90..15f5ded 100644 --- a/drivers/gpu/drm/radeon/radeon_atpx_handler.c +++ b/drivers/gpu/drm/radeon/radeon_atpx_handler.c @@ -352,9 +352,9 @@ static int radeon_atpx_switchto(enum vga_switcheroo_client_id id) } /** - * radeon_atpx_switchto - switch to the requested GPU + * radeon_atpx_power_state - power down/up the requested GPU * - * @id: GPU to switch to + * @id: GPU to power down/up * @state: requested power state (0 = off, 1 = on) * * Execute the necessary ATPX function to power down/up the discrete GPU