Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: Removes invalid function return value comment information

Signed-off-by: Zhaoge Zhang <zhangzhaoge@loongson.cn>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1610415567-32171-1-git-send-email-zhangzhaoge@loongson.cn

authored by

Zhaoge Zhang and committed by
Daniel Vetter
2dee38d8 1316b6e4

-3
-3
drivers/gpu/drm/drm_file.c
··· 239 239 * before calling this. 240 240 * 241 241 * If NULL is passed, this is a no-op. 242 - * 243 - * RETURNS: 244 - * 0 on success, or error code on failure. 245 242 */ 246 243 void drm_file_free(struct drm_file *file) 247 244 {