I submitted GERRIT request 8287:
https://review.openocd.org/c/openocd/+/8287?forceReload=true

Validation fails, with style error:

checking patch ...
ERROR:SPACING: space required after that ',' (ctx:VxV)
#23: FILE: src/flash/nor/spi.c:187:
+ FLASH_ID("pu p32q32", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x00156085,
0x100, 0x10000, 0x4000000),

I used the same formatting rules and spaces a s the other lines in
that source file:
TAB in the beginning
spaces in the middle to adjust the outline
a space after that ','

This is my first patch attempt. Do I have to change the code?

Reply via email to