driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Staging: mt7621-pci: fixed a blank line coding style issue
@ 2021-02-17  7:07 Selvakumar Elangovan
  2021-02-17  7:09 ` Sergio Paracuellos
  0 siblings, 1 reply; 2+ messages in thread
From: Selvakumar Elangovan @ 2021-02-17  7:07 UTC (permalink / raw)
  To: matthias.bgg, gregkh, sergio.paracuellos; +Cc: devel, linux-kernel

Removed an unnecessary blank line before closing brace reported by
checkpatch.pl

Signed-off-by: Selvakumar Elangovan <selvakumar16197@gmail.com>
---
 drivers/staging/mt7621-pci/pci-mt7621.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c
index c3532bc138fb..1781c1dcf5b4 100644
--- a/drivers/staging/mt7621-pci/pci-mt7621.c
+++ b/drivers/staging/mt7621-pci/pci-mt7621.c
@@ -521,7 +521,6 @@ static void mt7621_pcie_init_ports(struct mt7621_pcie *pcie)

 			if (slot == 1 && tmp && !tmp->enabled)
 				phy_power_off(tmp->phy);
-
 		}
 	}
 }
--
2.17.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH v2] Staging: mt7621-pci: fixed a blank line coding style issue
  2021-02-17  7:07 [PATCH v2] Staging: mt7621-pci: fixed a blank line coding style issue Selvakumar Elangovan
@ 2021-02-17  7:09 ` Sergio Paracuellos
  0 siblings, 0 replies; 2+ messages in thread
From: Sergio Paracuellos @ 2021-02-17  7:09 UTC (permalink / raw)
  To: Selvakumar Elangovan
  Cc: Matthias Brugger, Greg KH, open list:STAGING SUBSYSTEM, linux-kernel

On Wed, Feb 17, 2021 at 8:07 AM Selvakumar Elangovan
<selvakumar16197@gmail.com> wrote:>
> Removed an unnecessary blank line before closing brace reported by
> checkpatch.pl
>
> Signed-off-by: Selvakumar Elangovan <selvakumar16197@gmail.com>
> ---
>  drivers/staging/mt7621-pci/pci-mt7621.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>

Best regards,
    Sergio Paracuellos
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2021-02-17  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  7:07 [PATCH v2] Staging: mt7621-pci: fixed a blank line coding style issue Selvakumar Elangovan
2021-02-17  7:09 ` Sergio Paracuellos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).