Hi Geert, Thanks for your feedback. On Thu, 3 Jan 2019 at 16:15, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
while [ $t_nxt -lt $t_nr ]; do - printf "__SYSCALL(%s, sys_ni_syscall, )\n" "${t_nxt}" + printf "__SYSCALL(%s,sys_ni_syscall)\n" "${t_nxt}"Please keep the space after the comma.
This is intentional as I was facing some compilation issue with one architecture (If I'm right it is powerpc) when I keep the space after comma. Firoz