commit | d13beabea13b528d9d9d9c95a80db6bd7b99402c | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 06 15:11:13 2015 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 13 15:23:55 2015 +0200 |
tree | c86a1a80f43c4601b905cc718fedbf76fe3ab165 | |
parent | 967f0e5d67518f274e397b4fa703c73cac24fe18 [diff] |
avr32: macro whitespace fixes While working on arch/avr32/include/asm/uaccess.h, I noticed that some macros within this header are made harder to read because they violate a coding style rule: space is missing after comma. Fix it up. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>