Fix some coding style errors in memblock.c
authorClaudio Migliorelli <claudio.migliorelli@mail.polimi.it>
Sun, 23 Apr 2023 13:29:35 +0000 (15:29 +0200)
committerMike Rapoport (IBM) <rppt@kernel.org>
Wed, 24 May 2023 08:56:30 +0000 (11:56 +0300)
commitfc493f83a25835c14cd96379c1a07459230881bc
tree1f87e4ebca41b3b7533a7200beca1723ee674f14
parentb842f4f55810b5d94dbbdda00f38dce38ec1bbb6
Fix some coding style errors in memblock.c

This patch removes the initialization of some static variables to 0 and
`false` in the memblock source file, according to the coding style
guidelines.

Signed-off-by: Claudio Migliorelli <claudio.migliorelli@mail.polimi.it>
Link: https://lore.kernel.org/r/87r0sa7mm8.fsf@mail.polimi.it
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
mm/memblock.c