All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ufs: cdns: Drop extra space
@ 2023-08-06 18:18 Marek Vasut
  2023-08-18 17:49 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-08-06 18:18 UTC (permalink / raw)
  To: u-boot; +Cc: Marek Vasut, Faiz Abbas

Drop extra space before UCLASS. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Faiz Abbas <faiz_abbas@ti.com>
---
 drivers/ufs/cdns-platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ufs: cdns: Drop extra space
  2023-08-06 18:18 [PATCH] ufs: cdns: Drop extra space Marek Vasut
@ 2023-08-18 17:49 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-08-18 17:49 UTC (permalink / raw)
  To: Marek Vasut; +Cc: u-boot, Faiz Abbas

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

On Sun, Aug 06, 2023 at 08:18:42PM +0200, Marek Vasut wrote:

> Drop extra space before UCLASS. No functional change.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-18 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-06 18:18 [PATCH] ufs: cdns: Drop extra space Marek Vasut
2023-08-18 17:49 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.