Re: [PATCH] cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()
From: Michael Ellerman <hidden> Date: 2021-02-03 12:40:32
On Thu, 10 Dec 2020 15:35:38 +0100, Markus Elfring wrote:
A local variable was used only within an if branch.
Thus move the definition for the variable ���mm��� into the corresponding
code block.
This issue was detected by using the Coccinelle software.