mbox series

[v2,0/8] vchiq_core: various style cleanups

Message ID 20211024212524.370078-1-gascoar@gmail.com (mailing list archive)
Headers show
Series vchiq_core: various style cleanups | expand

Message

Gaston Gonzalez Oct. 24, 2021, 9:25 p.m. UTC
This set of patches consists in some code style fixes.

v1 -> v2:

- Drop change wrongly attributed as a checkpatch fix.
- Unify patches that fix unnecessary blank lines.

Gaston Gonzalez (8):
  staging: vchiq_core: cleanup blank lines
  staging: vchiq_core: cleanup code alignment issues
  staging: vchiq_core.h: fix CamelCase in function declaration
  staging: vchiq_core.h: use preferred kernel types
  staging: vchiq: drop trailing semicolon in macro definition
  staging: vchiq_core: drop extern prefix in function declarations
  staging: vchiq_core: cleanup lines that end with '(' or '['
  staging: vchiq_core: fix quoted strings split across lines

 .../interface/vchiq_arm/vchiq_arm.c           |   4 +-
 .../interface/vchiq_arm/vchiq_core.c          | 763 +++++++-----------
 .../interface/vchiq_arm/vchiq_core.h          |  99 +--
 .../interface/vchiq_arm/vchiq_dev.c           |   4 +-
 4 files changed, 335 insertions(+), 535 deletions(-)