mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
whitespace fixes: execution domains
Signed-off-by: Daniel Walker <dwalker@mvista.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5600b89278
commit
62769dce86
@ -57,7 +57,7 @@ lookup_exec_domain(u_long personality)
|
||||
{
|
||||
struct exec_domain * ep;
|
||||
u_long pers = personality(personality);
|
||||
|
||||
|
||||
read_lock(&exec_domains_lock);
|
||||
for (ep = exec_domains; ep; ep = ep->next) {
|
||||
if (pers >= ep->pers_low && pers <= ep->pers_high)
|
||||
|
Loading…
Reference in New Issue
Block a user