PCI: tegra: Remove redundant _data suffix
authorThierry Reding <treding@nvidia.com>
Mon, 15 Aug 2016 15:31:31 +0000 (17:31 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Aug 2016 20:41:06 +0000 (15:41 -0500)
commita7fbae213925488066e296f30cc81aaa2c5c2802
tree0fd980a4d3410e94d108d2b42675616d50325e1b
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
PCI: tegra: Remove redundant _data suffix

The struct tegra_pcie_soc_data represents SoC-specific data.  The shorter
name tegra_pcie_soc already describes that accurately enough, so the extra
five characters are redundant.  Also remove the suffix from various
variable names to shorten the code a little.

This also makes this driver more consistent with the naming used in other
drivers that use a similar mechanism to differentiate between various SoC
generations.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-tegra.c
This page took 0.038651 seconds and 5 git commands to generate.