On 10/07/17 16:28, Arnd Bergmann wrote:
> On Mon, Jul 10, 2017 at 5:08 PM, Colin King wrote:
>> From: Colin Ian King
>>
>> Don't populate arrays on the stack but make them static. Makes
>> the object code smaller. Also remove temporary variables that
>> have hard coded array sizes and just use
On Mon, Jul 10, 2017 at 5:08 PM, Colin King wrote:
> From: Colin Ian King
>
> Don't populate arrays on the stack but make them static. Makes
> the object code smaller. Also remove temporary variables that
> have hard coded array sizes and just use ARRAY_SIZE instead and
> wrap some lines that a
From: Colin Ian King
Don't populate arrays on the stack but make them static. Makes
the object code smaller. Also remove temporary variables that
have hard coded array sizes and just use ARRAY_SIZE instead and
wrap some lines that are wider than 80 chars to clean up some
checkpatch warnings.
B
3 matches
Mail list logo