summaryrefslogtreecommitdiffstats
path: root/misc-modules/seq.c
Commit message (Collapse)AuthorAgeFilesLines
* seq.c: checkpatch.pl cleanupshwangcc2018-02-251-7/+9
| | | | Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
* seq.c: Don't use create_proc_entryhwangcc2018-02-251-3/+1
| | | | | | | Don't use create_proc_entry as that is deprecated, but rather use proc_create instead. Signed-off-by: hwangcc <hwangcc@csie.nctu.edu.tw>
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+109