Re: [PATCH v2] scsi: ufs: host: ufs-exynos: staticize fsd_ufs_drvs

From: Bart Van Assche
Date: Thu Aug 11 2022 - 13:13:51 EST


On 8/11/22 09:10, Alim Akhtar wrote:
struct fsd_ufs_drvs is not used outside this file, so made it static.
This fixes sparse warning:

drivers/ufs/host/ufs-exynos.c:1721:28: sparse: sparse:
symbol 'fsd_ufs_drvs' was not declared. Should it be static?

`staticize' is not a verb. Anyway:

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>