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

drm: fix spelling error in comments

Change the comment typo: "manger" -> "manager".

Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/1600308275-32094-1-git-send-email-wangqing@vivo.com

authored by

Wang Qing and committed by
Daniel Vetter
e5e1065f b731e4ea

+1 -1
+1 -1
include/drm/drm_mm.h
··· 338 338 339 339 /** 340 340 * drm_mm_nodes - list of nodes under the drm_mm range manager 341 - * @mm: the struct drm_mm range manger 341 + * @mm: the struct drm_mm range manager 342 342 * 343 343 * As the drm_mm range manager hides its node_list deep with its 344 344 * structure, extracting it looks painful and repetitive. This is