add missing braces around FOR_EACH_PTR loop
commitdf57533b37f0dc37b3e57f4647e3b7db423b5a61
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 17 Feb 2017 00:23:32 +0000 (17 01:23 +0100)
committerChristopher Li <sparse@chrisli.org>
Mon, 27 Feb 2017 08:12:53 +0000 (27 16:12 +0800)
tree1ce951a10a970341ee3dd90c29771c92d2bb239d
parent95f38ba85df2f2a7deab6f7feadbba3e9cdca9c1
add missing braces around FOR_EACH_PTR loop

Stricto sensu, these braces are not needed but are used
everywhere else around FOR_EACH_PTR and friends loops.
Their lack can also bite you when doing experiments with
the ptrlist macros ...

CC: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
dissect.c