]> git.ipfire.org Git - thirdparty/lxc.git/commit
cmd: Use parenthesis around complex macro
authorTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 05:42:32 +0000 (15:42 +1000)
committerTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 05:42:32 +0000 (15:42 +1000)
commite8fcdf3db293a7772390c4e289a03e04b9660237
tree1288f3d83273554503f8265de668d5ec67e966e3
parentd1bf8af11be88b61e45143beac36623253dfc325
cmd: Use parenthesis around complex macro

checkpatch emits error:

    ERROR: Macros with complex values should be enclosed in parentheses

Safeguard macro by use of parenthesis.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
src/lxc/cmd/lxc_init.c