linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] :ssb scan.c: Fixed block comments coding style issues
@ 2020-04-25 15:52 John Oldman
  2020-04-28  9:02 ` [PATCH] ssb: scan: fix " Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: John Oldman @ 2020-04-25 15:52 UTC (permalink / raw)
  To: m; +Cc: linux-wireless, linux-kernel, John Oldman

Fixed coding style issues

Signed-off-by: John Oldman <john.oldman@polehill.co.uk>
---
 drivers/ssb/scan.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/ssb/scan.c b/drivers/ssb/scan.c
index 6ceee98ed6ff..b97a5c32d44a 100644
--- a/drivers/ssb/scan.c
+++ b/drivers/ssb/scan.c
@@ -400,7 +400,8 @@ int ssb_bus_scan(struct ssb_bus *bus,
 #ifdef CONFIG_SSB_DRIVER_PCICORE
 			if (bus->bustype == SSB_BUSTYPE_PCI) {
 				/* Ignore PCI cores on PCI-E cards.
-				 * Ignore PCI-E cores on PCI cards. */
+				 * Ignore PCI-E cores on PCI cards.
+				 */
 				if (dev->id.coreid == SSB_DEV_PCI) {
 					if (pci_is_pcie(bus->host_pci))
 						continue;
@@ -421,7 +422,8 @@ int ssb_bus_scan(struct ssb_bus *bus,
 				if (bus->host_pci->vendor == PCI_VENDOR_ID_BROADCOM &&
 				    (bus->host_pci->device & 0xFF00) == 0x4300) {
 					/* This is a dangling ethernet core on a
-					 * wireless device. Ignore it. */
+					 * wireless device. Ignore it.
+					 */
 					continue;
 				}
 			}
-- 
2.17.1


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

* Re: [PATCH] ssb: scan: fix block comments coding style issues
  2020-04-25 15:52 [PATCH] :ssb scan.c: Fixed block comments coding style issues John Oldman
@ 2020-04-28  9:02 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-04-28  9:02 UTC (permalink / raw)
  To: John Oldman; +Cc: m, linux-wireless, linux-kernel, John Oldman

John Oldman <john.oldman@polehill.co.uk> wrote:

> Fixed coding style issues
> 
> Signed-off-by: John Oldman <john.oldman@polehill.co.uk>

Patch applied to wireless-drivers-next.git, thanks.

86501437d885 ssb: scan: fix block comments coding style issues

-- 
https://patchwork.kernel.org/patch/11509937/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

end of thread, other threads:[~2020-04-28  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25 15:52 [PATCH] :ssb scan.c: Fixed block comments coding style issues John Oldman
2020-04-28  9:02 ` [PATCH] ssb: scan: fix " Kalle Valo

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).