avr32: fixup code style in unistd.h and syscall_table.S
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Sun, 29 May 2016 19:40:23 +0000 (21:40 +0200)
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Fri, 29 Jul 2016 09:55:57 +0000 (11:55 +0200)
commit6ad4a21b67a959c3c31a81af7260a554cf666b7e
treee29c411aace36ae333ecef1a885501502ae0a3db
parent389ce5a9616b5c2ae386a1fde7401762a4ed1b37
avr32: fixup code style in unistd.h and syscall_table.S

This patch swaps the mix of tabs and space for alignment of comment
after code to use spaces only.

Also document why recvmmsg was defined twice in the syscall_table.S
table, but only once in unistd.h. In short, wired in the table by
generic arch patch, but forgotten in unistd.h (review slip).
arch/avr32/include/uapi/asm/unistd.h
arch/avr32/kernel/syscall_table.S