Currently a PAMU driver patch is very likely to receive some checkpatch
complaints about the code in the context of the patch. This sequence is an
attempt to fix most of that and make the dirver more readable

Also fixed a subset of the sparse and coccinelle reported issues

Emil Medve (26):
  iommu/fsl: Sprinkle some __init* annotations
  iommu/fsl: Use SVR_* instead of magic numbers
  iommu/fsl: Remove unused/extra includes
  iommu/fsl: Fix checkpatch type SPACE_BEFORE_TAB
  iommu/fsl: Fix checkpatch type LINE_SPACING
  iommu/fsl: Fix checkpatch type LEADING_SPACE
  iommu/fsl: Fix checkpath type BRACES
  iommu/fsl: Fix checkpatch type CODE_INDENT
  iommu/fsl: Fix checkpatch type ALLOC_SIZEOF_STRUCT
  iommu/fsl: Fix checkpatch type ALLOC_WITH_MULTIPLY
  iommu/fsl: Fix checkpatch type OOM_MESSAGE
  iommu/fsl: Fix checkpatch type TYPO_SPELLING
  iommu/fsl: Fix checkpatch type PREFER_PACKED
  iommu/fsl: Fix checkpatch type QUOTED_WHITESPACE_BEFORE_NEWLINE
  iommu/fsl: Fix checkpatch type SPACING
  iommu/fsl: Use a device pointer to make lines shorter
  iommu/fsl: Remove pr/dev_*() prefixes
  iommu/fsl: Fix checkpatch type PARENTHESIS_ALIGNMENT
  iommu/fsl: Fix some comments alignment
  iommu/fsl: Fix alignment of some stray lines
  iommu/fsl: Fix checkpatch type LONG_LINE
  iommu/fsl: Make local symbols static
  iommu/fsl: Use NULL instead of zero
  iommu/fsl: Remove unneeded semicolon
  iommu/fsl: Don't use integers values with bool type
  iommu/fsl: Remove extra paranthesis

 arch/powerpc/include/asm/fsl_pamu_stash.h |   4 +-
 drivers/iommu/fsl_pamu.c                  | 204 ++++++++++++++----------------
 drivers/iommu/fsl_pamu.h                  |  15 ++-
 drivers/iommu/fsl_pamu_domain.c           | 173 +++++++++++--------------
 4 files changed, 179 insertions(+), 217 deletions(-)

-- 
2.2.2

_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to