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
This commit is contained in:
Bart Van Assche
2009-07-29 15:46:46 +00:00
parent d257a9541d
commit 606ef2bea5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;