From: Mugunthan V N <mugunthanvnm@ti•com>
To: Daniel Mack <zonque@gmail•com>
Cc: <netdev@vger•kernel.org>, <davem@davemloft•net>
Subject: Re: [PATCH] drivers: net: cpsw: add newline after MACID log
Date: Thu, 27 Jun 2013 15:21:53 +0530 [thread overview]
Message-ID: <51CC0B39.6000404@ti.com> (raw)
In-Reply-To: <1372326047-28074-1-git-send-email-zonque@gmail.com>
On 6/27/2013 3:10 PM, Daniel Mack wrote:
> Cosmetic patch to add a newline after logging the device's MACID.
>
> Signed-off-by: Daniel Mack <zonque@gmail•com>
> ---
> drivers/net/ethernet/ti/cpsw.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ethernet/ti/cpsw.c b/drivers/net/ethernet/ti/cpsw.c
> index d1a769f..e10328d 100644
> --- a/drivers/net/ethernet/ti/cpsw.c
> +++ b/drivers/net/ethernet/ti/cpsw.c
> @@ -1698,10 +1698,10 @@ static int cpsw_probe(struct platform_device *pdev)
>
> if (is_valid_ether_addr(data->slave_data[0].mac_addr)) {
> memcpy(priv->mac_addr, data->slave_data[0].mac_addr, ETH_ALEN);
> - pr_info("Detected MACID = %pM", priv->mac_addr);
> + pr_info("Detected MACID = %pM\n", priv->mac_addr);
> } else {
> eth_random_addr(priv->mac_addr);
> - pr_info("Random MACID = %pM", priv->mac_addr);
> + pr_info("Random MACID = %pM\n", priv->mac_addr);
> }
>
> memcpy(ndev->dev_addr, priv->mac_addr, ETH_ALEN);
Acked-by: Mugunthan V N <mugunthanvnm@ti•com>
Regards
Mugunthan V N
next prev parent reply other threads:[~2013-06-27 9:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-27 9:40 [PATCH] drivers: net: cpsw: add newline after MACID log Daniel Mack
2013-06-27 9:51 ` Mugunthan V N [this message]
2013-06-29 4:39 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51CC0B39.6000404@ti.com \
--to=mugunthanvnm@ti$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=netdev@vger$(echo .)kernel.org \
--cc=zonque@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox