Re: [PATCH 3/5] proc: Use ppos instead of m->version

From: Alexey Dobriyan
Date: Tue Mar 03 2020 - 14:55:36 EST


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.