
3 May
2020
3 May
'20
4:26 a.m.
On Sat, 25 Apr 2020 at 20:55, Joel Johnson mrjoel@lixil.net wrote:
Update quoted string alignment to address checkpatch.pl warning originally introduced in commit f60a66ef5d7d ("cmd: mvebu: bubt: show image boot device").
Signed-off-by: Joel Johnson mrjoel@lixil.net
I am sort of inferring that this is the desired fix, preferring line length infractions over split quoted strings. As such, I've combined the static part of the string for grepping and left the dynamic parts on the next line.
v2 change:
- syntax fix
v3 change:
- actually add syntax fix...
cmd/mvebu/bubt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org