[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200717185624.2009393-1-dwlsalmeida@gmail.com>
Date: Fri, 17 Jul 2020 15:56:00 -0300
From: "Daniel W. S. Almeida" <dwlsalmeida@...il.com>
To: corbet@....net, mchehab@...nel.org
Cc: "Daniel W. S. Almeida" <dwlsalmeida@...il.com>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 01/25] Documentation: amdgpu_device_suspend: Fix sphinx warning
From: "Daniel W. S. Almeida" <dwlsalmeida@...il.com>
Fix this warning:
warning: Excess function parameter 'suspend' description in
'amdgpu_device_suspend'
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@...il.com>
---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index a027a8f7b2819..9e67abe8d0aad 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3377,7 +3377,6 @@ void amdgpu_device_fini(struct amdgpu_device *adev)
* amdgpu_device_suspend - initiate device suspend
*
* @dev: drm dev pointer
- * @suspend: suspend state
* @fbcon : notify the fbdev of suspend
*
* Puts the hw in the suspend state (all asics).
--
2.27.0
Powered by blists - more mailing lists