On Sat, Feb 29, 2020 at 08:59:08AM -0800, Matthew Wilcox wrote: > -static void *m_next(struct seq_file *m, void *v, loff_t *pos) > +static void *m_next(struct seq_file *m, void *v, loff_t *ppos) This looks like hungarian notation.
On Sat, Feb 29, 2020 at 08:59:08AM -0800, Matthew Wilcox wrote: > -static void *m_next(struct seq_file *m, void *v, loff_t *pos) > +static void *m_next(struct seq_file *m, void *v, loff_t *ppos) This looks like hungarian notation.