Re: [PATCH] Replace "#include " with "#include "

2015-02-21 Thread David Miller
From: Alex W Slater Date: Thu, 19 Feb 2015 21:58:07 + > Fix checkpatch.pl warning "Use #include instead of > " > > Signed-off-by: Alex W Slater Applied to net-next. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

[PATCH] Replace "#include " with "#include "

2015-02-19 Thread Alex W Slater
Fix checkpatch.pl warning "Use #include instead of " Signed-off-by: Alex W Slater --- net/ipv6/raw.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index dae7f1a..0d84b2c 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c @@ -32,7 +32,7 @@