Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scull: main | pipe : Fix coding style | Luis Ortega Perez de Villar | 2013-07-19 | 1 | -22/+22 |
| | | | | | Replace white space indentation introduced with the previous patch with 8 characters width TABs to comply with the kernel coding style. | ||||
* | scull: pipe: Remove unused commented line | Luis Ortega Perez de Villar | 2013-07-19 | 1 | -1/+0 |
| | | | | | Remove commented line with deprecated create_proc_read_entry call that was forgotten to remove. | ||||
* | Don't use create_proc_entry() and create_proc_read_entry() | Luis Ortega Perez de Villar | 2013-07-19 | 1 | -35/+31 |
| | | | | | | Don't use create_proc_entry() and create_proc_read_entry() as they are deprecated, but rather use proc_create() and proc_create_data() respectively and seq_file instead. | ||||
* | scull: pipe: Use sema_init() instead init_MUTEX() | Javier Martinez Canillas | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | scull: pipe: BKL ioctl pushdown API change | Javier Martinez Canillas | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | scull: pipe: Include <linux/sched.h> | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+1 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+396 |