ptp_qoriq: make structure/function names more consistent
Strings containing "ptp_qoriq" or "qoriq_ptp" which were used for structure/function names were complained by users. Let's just use the unique "ptp_qoriq" to make these names more consistent. This patch is just to unify the names using "ptp_qoriq". It hasn't changed any functions. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
4ea7b0cf0d
commit
1e562c815e
@@ -1492,7 +1492,7 @@ static int gfar_get_ts_info(struct net_device *dev,
|
||||
struct gfar_private *priv = netdev_priv(dev);
|
||||
struct platform_device *ptp_dev;
|
||||
struct device_node *ptp_node;
|
||||
struct qoriq_ptp *ptp = NULL;
|
||||
struct ptp_qoriq *ptp = NULL;
|
||||
|
||||
info->phc_index = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user