From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Alcantara Date: Mon, 11 Jan 2021 11:14:38 -0300 Subject: [PATCH 1/1] tools: efivar.py unused variable In-Reply-To: <20210109013625.14631-1-xypron.glpk@gmx.de> References: <20210109013625.14631-1-xypron.glpk@gmx.de> Message-ID: <87sg77lfw1.fsf@cjr.nz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heinrich Schuchardt writes: > Unused variables should be called '_'. > > Signed-off-by: Heinrich Schuchardt > --- > tools/efivar.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Paulo Alcantara (SUSE)