f0fe17de96
The array size of upper_hex_digits and lower_hex_digits are same and constant. Use an array rather than a pointer to fix the violation - 'Declaration does not specify an array' v3 -> v4: * Update the array size of 'digits' * Update the usage of 'digits' v2 -> v3: * Update the usage of 'digits' v1 -> v2: * Define a MACRO for the array size of 'digits' * Simplify the declaration of 'digits' Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
crypto | ||
div.c | ||
mdelay.c | ||
memory.c | ||
spinlock.c | ||
sprintf.c | ||
string.c | ||
udelay.c |