]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Fix up whitespaces
authorSasha Levin <sashal@kernel.org>
Wed, 8 Apr 2026 01:11:09 +0000 (21:11 -0400)
committerSasha Levin <sashal@kernel.org>
Wed, 8 Apr 2026 01:11:09 +0000 (21:11 -0400)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-5.10/phy-renesas-rcar-gen3-usb2-assert-pll-reset-on-phy-p.patch
queue-5.10/phy-renesas-rcar-gen3-usb2-lock-around-hardware-regi.patch
queue-5.10/phy-renesas-rcar-gen3-usb2-move-irq-request-in-probe.patch

index f421d28f78fcb404fd5edcb6ce1e9ff825f65167..c4cbd5d40dc68155588e30315a9ba48d8277e7c4 100644 (file)
@@ -44,7 +44,7 @@ index 558c07512c05b..9fcbde094699d 100644
 +              writel(val, channel->base + USB2_USBCTR);
 +      }
 +      spin_unlock_irqrestore(&channel->lock, flags);
-+      
++
        if (channel->vbus)
                ret = regulator_disable(channel->vbus);
  
index 79a97d25df21ac70bb946eabd2c94a9257b16331..91cad8916363e141a79232bfc162a3d1f08b7aa3 100644 (file)
@@ -198,7 +198,7 @@ index f66e0daa23648..558c07512c05b 100644
  
 -      mutex_init(&channel->lock);
 +      spin_lock_init(&channel->lock);
-+      
++
        for (i = 0; i < NUM_OF_PHYS; i++) {
                channel->rphys[i].phy = devm_phy_create(dev, NULL,
                                                        phy_usb2_ops);
index 9f152cd09f0c70fe7ab1ec60405f5c06cb89e838..40a4238ae0fd719ab2495d89bf45c6a18d706c4f 100644 (file)
@@ -130,7 +130,7 @@ index 646a5140b30e1..f66e0daa23648 100644
  
        platform_set_drvdata(pdev, channel);
        channel->dev = dev;
-+      
++
 +      irq = platform_get_irq_optional(pdev, 0);
 +      if (irq < 0 && irq != -ENXIO) {
 +              ret = irq;