]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48d9f749bb6a33bc9530a597eb520f592d439c6a
treee29c411aace36ae333ecef1a885501502ae0a3db
parent9555e71aa8f3b558d29334219d15d49c782527dc
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