commit | 6ad4a21b67a959c3c31a81af7260a554cf666b7e | [log] [tgz] |
---|---|---|
author | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | Sun May 29 21:40:23 2016 +0200 |
committer | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | Fri Jul 29 11:55:57 2016 +0200 |
tree | e29c411aace36ae333ecef1a885501502ae0a3db | |
parent | 389ce5a9616b5c2ae386a1fde7401762a4ed1b37 [diff] |
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).