mbox series

[v2,0/7] staging: vchiq_arm: Various cleanups

Message ID 20210919215914.539805-1-gascoar@gmail.com (mailing list archive)
Headers show
Series staging: vchiq_arm: Various cleanups | expand

Message

Gaston Gonzalez Sept. 19, 2021, 9:59 p.m. UTC
This set of patches consists in some code style fixes.

v1 -> v2:
    - Remove patch vchiq_arm: replace sleep() with usleep_range() from the series
    - Add cover letter to the series

Gaston Gonzalez (7):
  staging: vchiq_arm: cleanup code alignment issues
  staging: vchiq_arm: remove unnecessary space in cast
  staging: vchiq_arm: clarify multiplication expressions
  staging: vchiq_arm: cleanup blank lines
  staging: vchiq_arm: fix quoted strings split across lines
  staging: vchiq_arm: remove extra blank line
  staging: vchiq_arm: use __func__ to get function name in debug message

 .../interface/vchiq_arm/vchiq_arm.c           | 221 +++++++-----------
 .../interface/vchiq_arm/vchiq_arm.h           |   1 -
 2 files changed, 84 insertions(+), 138 deletions(-)