[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130716.164115.632329129735253892.davem@davemloft.net>
Date: Tue, 16 Jul 2013 16:41:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org
Subject: Re: sysfs_format_mac
From: Joe Perches <joe@...ches.com>
Date: Tue, 16 Jul 2013 16:32:12 -0700
> On Tue, 2013-07-16 at 16:25 -0700, David Miller wrote:
>> diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c
> []
>> ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len)
> []
>> - l = _format_mac_addr(buf, PAGE_SIZE, addr, len);
>> - l += scnprintf(buf + l, PAGE_SIZE - l, "\n");
> []
>> + return scnprintf(buf, PAGE_SIZE, "%*phC", len, addr);
>
> missing newline?
>
> scnprintf(buf, PAGE_ SIZE, "%*phC\n", len, addr);
Good catch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists