From: Markos Chandras Date: Mon, 9 Mar 2015 14:54:51 +0000 (+0000) Subject: MIPS: unaligned: Surround load/store macros in do {} while statements X-Git-Tag: omap-for-v4.1/fixes-rc1~111^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3563c32d6532ece53c9dd8905a8e41983ef9952f;p=pandora-kernel.git MIPS: unaligned: Surround load/store macros in do {} while statements It's best to surround such complex macros with do {} while statements so they can appear as independent logical blocks when used within other control blocks. Signed-off-by: Markos Chandras Cc: # v3.15+ Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9502/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed