drm: Add kerneldoc markup for new @scan parameters in drm_mm
authorChris Wilson <[email protected]>
Wed, 28 Dec 2016 10:51:20 +0000 (10:51 +0000)
committerDaniel Vetter <[email protected]>
Wed, 28 Dec 2016 13:05:38 +0000 (14:05 +0100)
A couple of parameters slipped through the kerneldoc net.

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/drm_mm.c

index 713f4336107f09b55980da6a9d49545c7a78b127..1a5b4eba23866ed9be744d347ce07cd277da97b6 100644 (file)
@@ -619,6 +619,7 @@ EXPORT_SYMBOL(drm_mm_scan_init_with_range);
 
 /**
  * drm_mm_scan_add_block - add a node to the scan list
+ * @scan: the active drm_mm scanner
  * @node: drm_mm_node to add
  *
  * Add a node to the scan list that might be freed to make space for the desired
@@ -701,6 +702,7 @@ EXPORT_SYMBOL(drm_mm_scan_add_block);
 
 /**
  * drm_mm_scan_remove_block - remove a node from the scan list
+ * @scan: the active drm_mm scanner
  * @node: drm_mm_node to remove
  *
  * Nodes _must_ be removed in exactly the reverse order from the scan list as