From: Mikulas Patocka
Date: Fri, 17 Aug 2018 16:08:49 -0400 (EDT)
> I'm not an expert on networking code - you can change it if it is more
> appropriate this way.
What Stephen is asking of you doesn't require networking expertiece
and he even gave you an example of how to do it. All you would
On Fri, 17 Aug 2018, Stephen Hemminger wrote:
> On Fri, 17 Aug 2018 15:12:22 -0400 (EDT)
> Mikulas Patocka wrote:
>
> > ===
> > --- linux-stable.orig/drivers/net/ethernet/sun/sunhme.c 2018-04-20
> > 18:11:00.0 +0200
On Fri, 17 Aug 2018 15:12:22 -0400 (EDT)
Mikulas Patocka wrote:
> ===
> --- linux-stable.orig/drivers/net/ethernet/sun/sunhme.c 2018-04-20
> 18:11:00.0 +0200
> +++ linux-stable/drivers/net/ethernet/sun/sunhme.c2018
From: Mikulas Patocka
Date: Fri, 17 Aug 2018 15:12:22 -0400 (EDT)
> The kernel adds newlines automatically unless pr_cont is used. This patch
> converts sunhme to use pr_cont, so that the messages are not broken to
> multiple lines.
>
> The patch also adds "\n" to a few strings that were missing
The kernel adds newlines automatically unless pr_cont is used. This patch
converts sunhme to use pr_cont, so that the messages are not broken to
multiple lines.
The patch also adds "\n" to a few strings that were missing it.
Signed-off-by: Mikulas Patocka
Cc: sta...@vger.kernel.org
---
drivers