From: Andy Shevchenko
Date: Tue, 2 May 2017 11:45:50 +0300
> On Sun, Apr 30, 2017 at 6:32 PM, David Miller wrote:
>> It is an essential part of all patch series.
>
> I hope it doesn't apply for the single patch(es).
No it does not.
On Sun, Apr 30, 2017 at 6:32 PM, David Miller wrote:
> From: Andy Shevchenko
>>> Was there a cover-letter for your series? I've failed to find it.
>>
>> There was none since patches are quite straight forward.
>
> All patch series, regardless of how simple, should provide
> a proper cover letter
From: Andy Shevchenko
Date: Thu, 27 Apr 2017 16:36:59 +0300
> From: Andy Shevchenko
>
> Use scnprintf() when printing version instead of custom open coded variants.
>
> Signed-off-by: Andy Shevchenko
Applied.
From: Andy Shevchenko
Date: Sun, 30 Apr 2017 15:58:18 +0300
> On Sun, Apr 30, 2017 at 11:16 AM, Mintz, Yuval wrote:
>>> From: Andy Shevchenko
>>>
>>> Use scnprintf() when printing version instead of custom open coded variants.
>>>
>>> Signed-off-by: Andy Shevchenko
>>
>> Hi Andy this seems cor
On Sun, Apr 30, 2017 at 11:16 AM, Mintz, Yuval wrote:
>> From: Andy Shevchenko
>>
>> Use scnprintf() when printing version instead of custom open coded variants.
>>
>> Signed-off-by: Andy Shevchenko
>
> Hi Andy this seems correct.
> Was there a cover-letter for your series? I've failed to find i
> From: Andy Shevchenko
>
> Use scnprintf() when printing version instead of custom open coded variants.
>
> Signed-off-by: Andy Shevchenko
Hi Andy this seems correct.
Was there a cover-letter for your series? I've failed to find it.
[I was mostly interested in your motivation for this kind of
From: Andy Shevchenko
Use scnprintf() when printing version instead of custom open coded variants.
Signed-off-by: Andy Shevchenko
---
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c | 79 +++-
1 file changed, 9 insertions(+), 70 deletions(-)
diff --git a/drivers/net/ether