intel/common: fix style of some comments in intel_aux_map.h
authorJianxun Zhang <jianxun.zhang@intel.com>
Thu, 8 Dec 2022 01:55:57 +0000 (17:55 -0800)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 09:49:42 +0000 (09:49 +0000)
Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20167>

src/intel/common/intel_aux_map.h

index 1d9eb28..8b292c5 100644 (file)
@@ -62,7 +62,8 @@ intel_aux_map_finish(struct intel_aux_map_context *ctx);
 uint32_t
 intel_aux_map_get_state_num(struct intel_aux_map_context *ctx);
 
-/** Returns the current number of buffers used by the aux-map tables
+/**
+ * Returns the current number of buffers used by the aux-map tables
  *
  * When preparing to execute a new batch, use this function to determine how
  * many buffers will be required. More buffers may be added by concurrent
@@ -86,7 +87,8 @@ intel_aux_get_meta_address_mask(struct intel_aux_map_context *ctx);
 uint64_t
 intel_aux_get_main_to_aux_ratio(struct intel_aux_map_context *ctx);
 
-/** Fill an array of exec_object2 with aux-map buffer handles
+/**
+ * Fill an array of exec_object2 with aux-map buffer handles
  *
  * The intel_aux_map_get_num_buffers call should be made, then the driver can
  * make sure the `obj` array is large enough before calling this function.