Loading drivers/staging/comedi/proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ static const struct file_operations comedi_proc_fops = { .open = comedi_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; void comedi_proc_init(void) Loading drivers/staging/csr/io.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ static const struct file_operations uf_proc_fops = { .open = uf_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; #endif /* CONFIG_PROC_FS */ Loading drivers/staging/cxt1e1/sbeproc.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ static const struct file_operations sbecom_proc_fops = { .open = sbecom_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; /* Loading drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ static const struct file_operations ft1000_proc_fops = { .open = ft1000_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; static int ft1000NotifyProc(struct notifier_block *this, unsigned long event, Loading drivers/staging/ft1000/ft1000-usb/ft1000_proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ static const struct file_operations ft1000_proc_fops = { .open = ft1000_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; static int Loading Loading
drivers/staging/comedi/proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ static const struct file_operations comedi_proc_fops = { .open = comedi_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; void comedi_proc_init(void) Loading
drivers/staging/csr/io.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ static const struct file_operations uf_proc_fops = { .open = uf_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; #endif /* CONFIG_PROC_FS */ Loading
drivers/staging/cxt1e1/sbeproc.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ static const struct file_operations sbecom_proc_fops = { .open = sbecom_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; /* Loading
drivers/staging/ft1000/ft1000-pcmcia/ft1000_proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ static const struct file_operations ft1000_proc_fops = { .open = ft1000_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; static int ft1000NotifyProc(struct notifier_block *this, unsigned long event, Loading
drivers/staging/ft1000/ft1000-usb/ft1000_proc.c +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ static const struct file_operations ft1000_proc_fops = { .open = ft1000_proc_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; static int Loading