TOMOYO: Rename symbols.

Use shorter name in order to make it easier to fit 80 columns limit.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Tetsuo Handa
2010-06-25 11:16:00 +09:00
committed by James Morris
parent 8e5686874b
commit e2bf69077a
8 changed files with 198 additions and 239 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ struct list_head tomoyo_name_list[TOMOYO_MAX_HASH];
*/
const struct tomoyo_path_info *tomoyo_get_name(const char *name)
{
struct tomoyo_name_entry *ptr;
struct tomoyo_name *ptr;
unsigned int hash;
int len;
int allocated_len;