mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
fix indentation for # endif statement
This commit is contained in:
parent
46c6d2b186
commit
0ce176088a
@ -371,7 +371,7 @@ static void free_thread_stack(struct task_struct *tsk)
|
|||||||
tsk->stack = NULL;
|
tsk->stack = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
# endif /* CONFIG_VMAP_STACK */
|
# endif /* CONFIG_VMAP_STACK */
|
||||||
# else /* !(THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)) */
|
# else /* !(THREAD_SIZE >= PAGE_SIZE || defined(CONFIG_VMAP_STACK)) */
|
||||||
|
|
||||||
static struct kmem_cache *thread_stack_cache;
|
static struct kmem_cache *thread_stack_cache;
|
||||||
|
Loading…
Reference in New Issue
Block a user