[PATCH] drm: Removes invalid function return value comment information

From: Zhaoge Zhang
Date: Mon Jan 11 2021 - 20:40:37 EST


Signed-off-by: Zhaoge Zhang <zhangzhaoge@xxxxxxxxxxx>
---
drivers/gpu/drm/drm_file.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/drm_file.c b/drivers/gpu/drm/drm_file.c
index b50380f..8548e8b 100644
--- a/drivers/gpu/drm/drm_file.c
+++ b/drivers/gpu/drm/drm_file.c
@@ -240,9 +240,6 @@ static void drm_events_release(struct drm_file *file_priv)
* before calling this.
*
* If NULL is passed, this is a no-op.
- *
- * RETURNS:
- * 0 on success, or error code on failure.
*/
void drm_file_free(struct drm_file *file)
{
--
2.7.4