diff --git a/scst/include/scst_sgv.h b/scst/include/scst_sgv.h index 6b86e1e1a..be04bbe2b 100644 --- a/scst/include/scst_sgv.h +++ b/scst/include/scst_sgv.h @@ -153,7 +153,7 @@ void sgv_pool_free(struct sgv_pool_obj *sgv, struct scst_mem_lim *mem_lim); /** * sgv_get_priv - returns the private allocation data - * @:sgv the SGV object + * @:sgv the SGV object * * Description: * Allows to get the allocation private data for this SGV diff --git a/scst/src/scst_mem.c b/scst/src/scst_mem.c index 347ea98a8..94fe41970 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -1469,7 +1469,7 @@ void sgv_pool_set_allocator(struct sgv_pool *pool, EXPORT_SYMBOL(sgv_pool_set_allocator); struct sgv_pool *sgv_pool_create(const char *name, - enum sgv_clustering_types clustering_type, + enum sgv_clustering_types clustering_type, int single_alloc_pages, bool shared, int purge_interval) { struct sgv_pool *pool;