From: Zhaoge Zhang Date: Tue, 12 Jan 2021 01:39:27 +0000 (+0800) Subject: drm: Removes invalid function return value comment information X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2dee38d8cdaa7e424c668c752f948554c959f7fd;p=linux.git drm: Removes invalid function return value comment information Signed-off-by: Zhaoge Zhang Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/1610415567-32171-1-git-send-email-zhangzhaoge@loongson.cn --- diff --git a/drivers/gpu/drm/drm_file.c b/drivers/gpu/drm/drm_file.c index 80886d50d0f10..99403e49caf45 100644 --- a/drivers/gpu/drm/drm_file.c +++ b/drivers/gpu/drm/drm_file.c @@ -239,9 +239,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) {