From 606ef2bea562e7e1a50df1a012cfad94668a319e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 29 Jul 2009 15:46:46 +0000 Subject: [PATCH] Whitespace-only changes: removed trailing whitespace because checkpatch complained about it. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@987 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_sgv.h | 2 +- scst/src/scst_mem.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;