#include <linux/fs.h> #include <linux/init.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> extern const struct seq_operations cpuinfo_op;
static int cpuinfo_open(struct inode *inode, struct file *file) { return seq_open(file, &cpuinfo_op); }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| alexey dobriyan | alexey dobriyan | 25 | 100.00% | 1 | 100.00% |
| Total | 25 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexey dobriyan | alexey dobriyan | 24 | 100.00% | 1 | 100.00% |
| Total | 24 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| alexey dobriyan | alexey dobriyan | 99 | 99.00% | 1 | 50.00% |
| paul gortmaker | paul gortmaker | 1 | 1.00% | 1 | 50.00% |
| Total | 100 | 100.00% | 2 | 100.00% |