commit | e7ee08338b01a0682bf02bc12410bba422951ad7 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sat Feb 20 14:13:16 2016 -0500 |
committer | Daniel Kalowsky <daniel.kalowsky@intel.com> | Mon Feb 22 19:11:41 2016 +0000 |
tree | e75e5a9d90f8bee4f91d01c271ccda0e8af6a221 | |
parent | 76b0913a33547dfb26e19f4ec21c75752c9b4e9e [diff] |
checkpatch: fix SPACE false positive Fix issue where a space is required after a comma: -:245: ERROR:SPACING: space required after that ',' (ctx:VxB) + SECTION_PROLOGUE(_NOINIT_DMA_SECTION_NAME, (NOLOAD OPTIONAL),) Now we will ignore such errors if the comma is followed by a ). Change-Id: Ib38161cd11e650764c319ba373a1f7c1a6d80df6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>