commit | 3563c32d6532ece53c9dd8905a8e41983ef9952f | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Mon Mar 09 14:54:51 2015 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Apr 10 15:41:44 2015 +0200 |
tree | 5c2a00d13913295a2683d1259a55b86629e2f589 | |
parent | eeb538950367e3966cbf0237ab1a1dc30e059818 [diff] |
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 <markos.chandras@imgtec.com> Cc: <stable@vger.kernel.org> # v3.15+ Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9502/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>