Searched hist:"6 dacc6db" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tmu.c | 6dacc6db Sun Jul 02 14:06:08 CDT 2023 Tom Rix <trix@redhat.com> thunderbolt: Set variable tmu_params storage class specifier to static
smatch reports drivers/thunderbolt/tmu.c:30:3: warning: symbol 'tmu_params' was not declared. Should it be static?
This variable is only used in its defining file so should be static.
Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
|