arm: macro whitespace fixes
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Jan 2015 13:11:13 +0000 (15:11 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 13 Jan 2015 13:23:51 +0000 (15:23 +0200)
commit295bb01e2666e450be7f6e6e1f5785bfb26fd60e
treef42b6a76017c2d0ddc6689565f9f42d53292b8a7
parent4fb9bccbfbb2b95685671cc65f7ecd64e30384ff
arm: macro whitespace fixes

While working on arch/arm/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>
arch/arm/include/asm/uaccess.h