Re: [PATCH v2 2/5] auxdisplay: charlcd: Move to_priv() to charlcd namespace

2019-03-12 Thread Andy Shevchenko
On Tue, Mar 12, 2019 at 04:07:37PM +0100, Geert Uytterhoeven wrote: > Hi Andy, > > On Tue, Mar 12, 2019 at 3:44 PM Andy Shevchenko > wrote: > > In order to be more particular in names, rename to_priv() macro > > to charlcd_to_priv(). > > As this is a macro, not a function, the name doesn't end

Re: [PATCH v2 2/5] auxdisplay: charlcd: Move to_priv() to charlcd namespace

2019-03-12 Thread Geert Uytterhoeven
Hi Andy, On Tue, Mar 12, 2019 at 3:44 PM Andy Shevchenko wrote: > In order to be more particular in names, rename to_priv() macro > to charlcd_to_priv(). As this is a macro, not a function, the name doesn't end up as a symbol in the binary anyway, and it's for internal use by the driver only.

[PATCH v2 2/5] auxdisplay: charlcd: Move to_priv() to charlcd namespace

2019-03-12 Thread Andy Shevchenko
In order to be more particular in names, rename to_priv() macro to charlcd_to_priv(). No functional change intended. Cc: Geert Uytterhoeven Signed-off-by: Andy Shevchenko --- drivers/auxdisplay/charlcd.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff