kernel/drm: In linux/slab.h, add parentheses around macro parameters.
authorSascha Wildner <saw@online.de>
Thu, 29 Oct 2015 17:36:47 +0000 (18:36 +0100)
committerSascha Wildner <saw@online.de>
Thu, 29 Oct 2015 17:36:47 +0000 (18:36 +0100)
commite0b9e154144a65985dd4d54e4ea548306cc32985
tree7ea8810dc0f486e7e0fbbbd334442e582b2cee14
parent293d5271d612f2f1b79a81cc1a7669b959329e2f
kernel/drm: In linux/slab.h, add parentheses around macro parameters.

Such parameters must be in parentheses for numerous good reasons, one
of which is precedence issues like the one we had in intel_sdvo.c
before this commit:

msgs = kcalloc(args_len + 3, sizeof(*msgs), GFP_KERNEL);
sys/dev/drm/include/linux/slab.h