Commit 61f3dc4c authored by James Simmons's avatar James Simmons Committed by Greg Kroah-Hartman

staging: lustre: libcfs: correct spelling in libcfs_cpu.h

Spell the word destroy correctly.
Signed-off-by: default avatarJames Simmons <jsimmons@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6cd80ce9
...@@ -211,7 +211,7 @@ int cfs_cpu_ht_nsiblings(int cpu); ...@@ -211,7 +211,7 @@ int cfs_cpu_ht_nsiblings(int cpu);
*/ */
void *cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size); void *cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size);
/* /*
* destory per-cpu-partition variable * destroy per-cpu-partition variable
*/ */
void cfs_percpt_free(void *vars); void cfs_percpt_free(void *vars);
int cfs_percpt_number(void *vars); int cfs_percpt_number(void *vars);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment