[PATCH v3] cmd: mvebu: bubt: fix quoted string split across lines
Simon Glass
sjg at chromium.org
Sun May 3 04:26:48 CEST 2020
On Sat, 25 Apr 2020 at 20:55, Joel Johnson <mrjoel at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list