Loading drivers/misc/uid_stat.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static const struct file_operations uid_stat_read_atomic_int_fops = { .open = uid_stat_read_atomic_int_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; /* Create a new entry for tracking the specified uid. */ Loading Loading
drivers/misc/uid_stat.c +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ static const struct file_operations uid_stat_read_atomic_int_fops = { .open = uid_stat_read_atomic_int_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; /* Create a new entry for tracking the specified uid. */ Loading