Ilya Maximets <[email protected]> writes: > This allows to use a one-character expression inside the 'if' > statement and multiple spaces before the line continuation character. > > Fixes false positive in case like this: > > #define MACRO(ARG) \ > if (a) { \ > do_work(ARG); \ > } > > Fixes: 16770c6d9179 ("checkpatch: support macro continuation") > Signed-off-by: Ilya Maximets <[email protected]> > ---
Acked-by: Aaron Conole <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
