/**
  * __rsv_window_dump() -- Dump the filesystem block allocation reservation map
- * @rb_root:           root of per-filesystem reservation rb tree
+ * @root:              root of per-filesystem reservation rb tree
  * @verbose:           verbose mode
  * @fn:                        function which wishes to dump the reservation map
  *
 
 /**
  * search_reserve_window()
- * @rb_root:           root of reservation tree
+ * @root:              root of reservation tree
  * @goal:              target allocation block
  *
  * Find the reserved window which includes the goal, or the previous one
  *
  *     failed: we failed to find a reservation window in this group
  *
- *     @rsv: the reservation
+ *     @my_rsv: the reservation
  *
  *     @grp_goal: The goal (group-relative).  It is where the search for a
  *             free reservable space should start from.