linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] staging: vc04_services: Fix checkpatch.pl errors
@ 2018-09-24 17:35 Aymen Qader
  2018-09-24 17:35 ` [PATCH v4 1/4] staging: vc04_services: Fix "space prohibited" Aymen Qader
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Aymen Qader @ 2018-09-24 17:35 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Aymen Qader, Eric Anholt, Stefan Wahren, Greg Kroah-Hartman,
	linux-rpi-kernel, linux-arm-kernel, devel, linux-kernel

This patchset fixes the following checkpatch.pl errors in the
interface/vchi directory:

ERROR: space prohibited after/before that open/closed parenthesis
ERROR: code indent should use tabs where possible
ERROR: space required after that ','
ERROR: Macros with complex values should be enclosed in parentheses
ERROR: "foo * bar" should be "foo* bar"

Aymen Qader (4):
  staging: vc04_services: Fix "space prohibited"
  staging: vc04_services: Use tabs instead of spaces
  staging: vc04_services: Remove unused macros
  staging: vc04_services: Remove spaces after '*'

v2: Added cover letter correctly
v3: Remove unused macros
v4: Added patch changelog to cover letter

 .../vc04_services/interface/vchi/vchi.h       | 208 +++++++-----------
 .../vc04_services/interface/vchi/vchi_cfg.h   |   2 +-
 2 files changed, 86 insertions(+), 124 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-25  7:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 17:35 [PATCH v4 0/4] staging: vc04_services: Fix checkpatch.pl errors Aymen Qader
2018-09-24 17:35 ` [PATCH v4 1/4] staging: vc04_services: Fix "space prohibited" Aymen Qader
2018-09-24 17:35 ` [PATCH v4 2/4] staging: vc04_services: Use tabs instead of spaces Aymen Qader
2018-09-24 17:35 ` [PATCH v4 3/4] staging: vc04_services: Remove unused macros Aymen Qader
2018-09-24 17:35 ` [PATCH v4 4/4] staging: vc04_services: Remove spaces after '*' Aymen Qader
2018-09-25  7:15 ` [PATCH v4 0/4] staging: vc04_services: Fix checkpatch.pl errors Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).