This patch series replaces occurrences of the type sizeof(buffer) / sizeof(buffer[0])with ARRAY_SIZE(buffer) in different places throughout the source tree.