diff options
Diffstat (limited to 'fs/proc/base.c')
-rw-r--r-- | fs/proc/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/base.c b/fs/proc/base.c index ca651ac00660..e1227bc57090 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c | |||
@@ -106,7 +106,7 @@ | |||
106 | 106 | ||
107 | struct pid_entry { | 107 | struct pid_entry { |
108 | const char *name; | 108 | const char *name; |
109 | int len; | 109 | unsigned int len; |
110 | umode_t mode; | 110 | umode_t mode; |
111 | const struct inode_operations *iop; | 111 | const struct inode_operations *iop; |
112 | const struct file_operations *fop; | 112 | const struct file_operations *fop; |