7199-dpaa2-dpio-Cosmetic-cleanup.patch 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From a4150e8ec8da3add3933dd026c7154dcca2ee2e7 Mon Sep 17 00:00:00 2001
  2. From: Mihai Caraman <mihai.caraman@freescale.com>
  3. Date: Tue, 5 Apr 2016 14:47:57 +0000
  4. Subject: [PATCH 199/226] dpaa2-dpio: Cosmetic cleanup
  5. Replace obsolete terms.
  6. Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
  7. ---
  8. drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h | 2 +-
  9. drivers/staging/fsl-mc/bus/dpio/qbman_portal.h | 2 +-
  10. 2 files changed, 2 insertions(+), 2 deletions(-)
  11. --- a/drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h
  12. +++ b/drivers/staging/fsl-mc/bus/dpio/fsl_qbman_base.h
  13. @@ -51,7 +51,7 @@ struct qbman_block_desc {
  14. * Descriptor for a QBMan software portal, expressed in terms that make sense to
  15. * the user context. Ie. on MC, this information is likely to be true-physical,
  16. * and instantiated statically at compile-time. On GPP, this information is
  17. - * likely to be obtained via "discovery" over a partition's "layerscape bus"
  18. + * likely to be obtained via "discovery" over a partition's "MC bus"
  19. * (ie. in response to a MC portal command), and would take into account any
  20. * virtualisation of the GPP user's address space and/or interrupt numbering.
  21. */
  22. --- a/drivers/staging/fsl-mc/bus/dpio/qbman_portal.h
  23. +++ b/drivers/staging/fsl-mc/bus/dpio/qbman_portal.h
  24. @@ -138,7 +138,7 @@ static inline void *qbman_swp_mc_complet
  25. /* This struct locates a sub-field within a QBMan portal (CENA) cacheline which
  26. * is either serving as a configuration command or a query result. The
  27. * representation is inherently little-endian, as the indexing of the words is
  28. - * itself little-endian in nature and layerscape is little endian for anything
  29. + * itself little-endian in nature and DPAA2 is little endian for anything
  30. * that crosses a word boundary too (64-bit fields are the obvious examples).
  31. */
  32. struct qb_attr_code {