From: Michael S. Tsirkin Date: Tue, 6 Jan 2015 13:11:13 +0000 (+0200) Subject: arm64: macro whitespace fixes X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~43^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967f0e5d67518f274e397b4fa703c73cac24fe18;p=pandora-kernel.git arm64: macro whitespace fixes While working on arch/arm64/include/asm/uaccess.h, I noticed that one macro within this header is made harder to read because it violates a coding style rule: space is missing after comma. Fix it up. Signed-off-by: Michael S. Tsirkin Acked-by: Will Deacon --- Reading git-diff-tree failed