]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
media: staging: media: atomisp: Remove extra whitespace after opening parentheses
authorJonathan Bergh <bergh.jonathan@gmail.com>
Tue, 27 Feb 2024 16:30:42 +0000 (16:30 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 26 Apr 2024 09:21:25 +0000 (10:21 +0100)
This patch makes the following changes:
 * Removes spurious whitespace after the opening parentheses as per code
   style guidelines

Link: https://lore.kernel.org/r/20240227163043.112162-2-bergh.jonathan@gmail.com
Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_v4l2.c

index f672b49d184421920a6e8a4cbc333cbcb856dd32..7f702b151704fc58e3762f79b58a20de2c1ee989 100644 (file)
@@ -1313,7 +1313,7 @@ static int atomisp_pci_probe(struct pci_dev *pdev, const struct pci_device_id *i
                pdev->d3cold_delay = 0;
                break;
        case ATOMISP_PCI_DEVICE_SOC_ANN:
-               isp->media_dev.hw_revision = (   ATOMISP_HW_REVISION_ISP2401
+               isp->media_dev.hw_revision = (ATOMISP_HW_REVISION_ISP2401
                                                 << ATOMISP_HW_REVISION_SHIFT);
                isp->media_dev.hw_revision |= pdev->revision < 2 ?
                                              ATOMISP_HW_STEPPING_A0 : ATOMISP_HW_STEPPING_B0;
@@ -1321,7 +1321,7 @@ static int atomisp_pci_probe(struct pci_dev *pdev, const struct pci_device_id *i
                isp->hpll_freq = HPLL_FREQ_1600MHZ;
                break;
        case ATOMISP_PCI_DEVICE_SOC_CHT:
-               isp->media_dev.hw_revision = (   ATOMISP_HW_REVISION_ISP2401
+               isp->media_dev.hw_revision = (ATOMISP_HW_REVISION_ISP2401
                                                 << ATOMISP_HW_REVISION_SHIFT);
                isp->media_dev.hw_revision |= pdev->revision < 2 ?
                                              ATOMISP_HW_STEPPING_A0 : ATOMISP_HW_STEPPING_B0;