Re: [PATCH v6 2/4] can: m_can: Rename m_can_priv to m_can_classdev
From: Wolfgang Grandegger
Date: Mon Mar 04 2019 - 12:32:00 EST
Hello,
there are still "LTL" after renaming m_can_priv to m_can_classdev.
Am 01.03.19 um 19:50 schrieb Dan Murphy:
> Rename the common m_can_priv class structure to
> m_can_classdev as this is more descriptive.
If you change the struct name, I think you should also change the
variable name to something more meaning full e.g.:
struct m_can_classdev *cdev
instead of
struct m_can_classdev *priv
... snip ...
Wolfgang.