diff options
Diffstat (limited to 'security/tomoyo/memory.c')
-rw-r--r-- | security/tomoyo/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/memory.c b/security/tomoyo/memory.c index a4aba4d9ca2e..297612669c74 100644 --- a/security/tomoyo/memory.c +++ b/security/tomoyo/memory.c | |||
@@ -150,7 +150,7 @@ struct list_head tomoyo_name_list[TOMOYO_MAX_HASH]; | |||
150 | */ | 150 | */ |
151 | const struct tomoyo_path_info *tomoyo_get_name(const char *name) | 151 | const struct tomoyo_path_info *tomoyo_get_name(const char *name) |
152 | { | 152 | { |
153 | struct tomoyo_name_entry *ptr; | 153 | struct tomoyo_name *ptr; |
154 | unsigned int hash; | 154 | unsigned int hash; |
155 | int len; | 155 | int len; |
156 | int allocated_len; | 156 | int allocated_len; |