Re: [PATCH] nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier to static
From: Michael Walle
Date: Tue Apr 04 2023 - 15:09:42 EST
Am 2023-04-04 18:36, schrieb Tom Rix:
smatch reports
drivers/nvmem/layouts/sl28vpd.c:144:21: warning: symbol
'sl28vpd_layout' was not declared. Should it be static?
This variable is only used in one file so it should be static.
Signed-off-by: Tom Rix <trix@xxxxxxxxxx>
Fixes tag?
Reviewed-by: Michael Walle <michael@xxxxxxxx>
-michael