]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/user_namespace.c
ethernet: nvidia: Remove extra parens
[karo-tx-linux.git] / kernel / user_namespace.c
index fcc02560fd6b8eba124f68c42d8da7ac3420a8c5..aa312b0dc3ec254a55bf77c37116170b301988e5 100644 (file)
@@ -526,21 +526,21 @@ static void m_stop(struct seq_file *seq, void *v)
        return;
 }
 
-struct seq_operations proc_uid_seq_operations = {
+const struct seq_operations proc_uid_seq_operations = {
        .start = uid_m_start,
        .stop = m_stop,
        .next = m_next,
        .show = uid_m_show,
 };
 
-struct seq_operations proc_gid_seq_operations = {
+const struct seq_operations proc_gid_seq_operations = {
        .start = gid_m_start,
        .stop = m_stop,
        .next = m_next,
        .show = gid_m_show,
 };
 
-struct seq_operations proc_projid_seq_operations = {
+const struct seq_operations proc_projid_seq_operations = {
        .start = projid_m_start,
        .stop = m_stop,
        .next = m_next,