Doug Anderson <diand...@chromium.org> 于2021年2月3日周三 上午1:40写道:

> <tab>kdb_dbg_printf(AR, "returns [...] (%s)\n",
> <tab><tab>       ret, symtab->sym_start, [...], symtab->sym_name);
>

Thank you for the detailed explanation. In this case, Shouldn't the "ret"
be under
the "(AR"? like below:

<tab>kdb_dbg_printf(AR, "returns [...] (%s)\n",
<tab><tab>               ret, symtab->sym_start, [...], symtab->sym_name);

 See
<
https://www.kernel.org/doc/html/v5.10/process/coding-style.html#breaking-long-lines-and-strings
>
where it says "A very commonly used style is to align descendants to a
function open parenthesis".
The "descendants" here means the next line, right?

_______________________________________________
Kgdb-bugreport mailing list
Kgdb-bugreport@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to