single_open
int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
return single_open(file, __name ## _show, inode->i_private); \
return single_open(file, __name ## _show, inode->i_private); \
return single_open(file, sdpstats_seq_show, NULL);