aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devpts/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/devpts/inode.c')
-rw-r--r--fs/devpts/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/devpts/inode.c b/fs/devpts/inode.c
index a70d5d0890c7..4a714f6c1bed 100644
--- a/fs/devpts/inode.c
+++ b/fs/devpts/inode.c
@@ -49,7 +49,7 @@ enum {
49 Opt_err 49 Opt_err
50}; 50};
51 51
52static match_table_t tokens = { 52static const match_table_t tokens = {
53 {Opt_uid, "uid=%u"}, 53 {Opt_uid, "uid=%u"},
54 {Opt_gid, "gid=%u"}, 54 {Opt_gid, "gid=%u"},
55 {Opt_mode, "mode=%o"}, 55 {Opt_mode, "mode=%o"},