commit | 323ae3c5dd941c8257912941eb3da93aaf8d65dd | [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:47 2015 +0200 |
tree | f9dcaf36b917e54a9a20e7c862731f75d8bb6a0a | |
parent | 7185820a0ab27f88343ff5f75be5e963c8e19113 [diff] |
blackfin: macro whitespace fixes While working on arch/blackfin/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>