Re: [PATCH] rtnetlink: fix typo in GSO max segments

2017-12-11 Thread David Miller
From: Stephen Hemminger Date: Fri, 8 Dec 2017 15:34:13 -0800 > Fixes: 46e6b992c250 ("rtnetlink: allow GSO maximums to be set on device > creation") > Signed-off-by: Stephen Hemminger Applied, thanks you.

[PATCH] rtnetlink: fix typo in GSO max segments

2017-12-08 Thread Stephen Hemminger
Fixes: 46e6b992c250 ("rtnetlink: allow GSO maximums to be set on device creation") Signed-off-by: Stephen Hemminger --- net/core/rtnetlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 412ebf0b09c6..c688dc564b11 100644 ---