checkpatch: Add UTIL_CAT support to checkpatch Checkpatch was checking for macro concats (##), however we often use UTIL_CAT to allow for multiple macro expansion passes to succeed. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>