> Coding style says: "Put a space between the ``()`` used in a cast and > the expression whose type is cast: ``(void *) 0``.". > This style rule is frequently overlooked. Let's check for it. > > Signed-off-by: Ilya Maximets <[email protected]>
Hi Ilya, Thanks for the patch, it's a nice addition to checkpatch, tested on myside and works as expected, LGTM. Acked-by: Ian Stokes <[email protected]> Regards Ian _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
