Re: [PATCH] net: the space is required after ','
From: Wei Tang Date: Thu, 16 Jun 2016 21:30:12 +0800 > The space is missing after ',', and this will introduce much more > noise when checking patch around. > > Signed-off-by: Wei Tang Applied.
[PATCH] net: the space is required after ','
The space is missing after ',', and this will introduce much more noise when checking patch around. Signed-off-by: Wei Tang --- net/core/dev.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/core/dev.c b/net/core/dev.c index 7a3fe58..a01511b 100644 --- a/net/