diff options
| author | Marek Vasut <[email protected]> | 2023-08-06 20:18:42 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-17 16:39:20 -0400 |
| commit | e4e01f80669b22662565c9fa545649dc44eb8fad (patch) | |
| tree | e6aaa1338a0807ddb7d3f03f3b8fe3568bc9a2be | |
| parent | 44bab4366fe12188003bc38c585d9f02967cbae7 (diff) | |
ufs: cdns: Drop extra space
Drop extra space before UCLASS. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
| -rw-r--r-- | drivers/ufs/cdns-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ufs/cdns-platform.c b/drivers/ufs/cdns-platform.c index bad1bf7de5f..1e62e252e7a 100644 --- a/drivers/ufs/cdns-platform.c +++ b/drivers/ufs/cdns-platform.c @@ -119,7 +119,7 @@ static const struct udevice_id cdns_ufs_pltfm_ids[] = { U_BOOT_DRIVER(cdns_ufs_pltfm) = { .name = "cdns-ufs-pltfm", - .id = UCLASS_UFS, + .id = UCLASS_UFS, .of_match = cdns_ufs_pltfm_ids, .probe = cdns_ufs_pltfm_probe, .bind = cdns_ufs_pltfm_bind, |
