linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][V2] net: r6040: add in missing white space in error message text
@ 2016-09-16  9:43 Colin King
  2016-09-16 17:00 ` Florian Fainelli
  2016-09-19  2:22 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-09-16  9:43 UTC (permalink / raw)
  To: Florian Fainelli, netdev; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

A couple of dev_err messages span two lines and the literal
string is missing a white space between words. Add the white
space and join the two lines into one.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/rdc/r6040.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/net/ethernet/rdc/r6040.c b/drivers/net/ethernet/rdc/r6040.c
index cb29ee2..5ef5d72 100644
--- a/drivers/net/ethernet/rdc/r6040.c
+++ b/drivers/net/ethernet/rdc/r6040.c
@@ -1062,14 +1062,12 @@ static int r6040_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 	/* this should always be supported */
 	err = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
 	if (err) {
-		dev_err(&pdev->dev, "32-bit PCI DMA addresses"
-				"not supported by the card\n");
+		dev_err(&pdev->dev, "32-bit PCI DMA addresses not supported by the card\n");
 		goto err_out_disable_dev;
 	}
 	err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
 	if (err) {
-		dev_err(&pdev->dev, "32-bit PCI DMA addresses"
-				"not supported by the card\n");
+		dev_err(&pdev->dev, "32-bit PCI DMA addresses not supported by the card\n");
 		goto err_out_disable_dev;
 	}
 
-- 
2.9.3

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

* Re: [PATCH][V2] net: r6040: add in missing white space in error message text
  2016-09-16  9:43 [PATCH][V2] net: r6040: add in missing white space in error message text Colin King
@ 2016-09-16 17:00 ` Florian Fainelli
  2016-09-19  2:22 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2016-09-16 17:00 UTC (permalink / raw)
  To: Colin King, netdev; +Cc: linux-kernel

On 09/16/2016 02:43 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> A couple of dev_err messages span two lines and the literal
> string is missing a white space between words. Add the white
> space and join the two lines into one.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: FLorian Fainelli <f.fainelli@gmail.com>

-- 
Florian

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

* Re: [PATCH][V2] net: r6040: add in missing white space in error message text
  2016-09-16  9:43 [PATCH][V2] net: r6040: add in missing white space in error message text Colin King
  2016-09-16 17:00 ` Florian Fainelli
@ 2016-09-19  2:22 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-09-19  2:22 UTC (permalink / raw)
  To: colin.king; +Cc: f.fainelli, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri, 16 Sep 2016 10:43:38 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> A couple of dev_err messages span two lines and the literal
> string is missing a white space between words. Add the white
> space and join the two lines into one.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to net-next, thanks.

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

end of thread, other threads:[~2016-09-19  2:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16  9:43 [PATCH][V2] net: r6040: add in missing white space in error message text Colin King
2016-09-16 17:00 ` Florian Fainelli
2016-09-19  2:22 ` David Miller

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