From 85da528df72cde1f25fe374c515dace9f0693e05 Mon Sep 17 00:00:00 2001 From: Stephan Gabert Date: Mon, 16 Jun 2014 16:50:49 +0200 Subject: [PATCH] staging/wlags49_h2: checkpatch: including instead of As warned by checkpatch.pl, one should use #include instead of #include and #include instead of #include . Signed-off-by: Stephan Gabert Signed-off-by: Nicolas Pfeiffer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlags49_h2/wl_cs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlags49_h2/wl_cs.c b/drivers/staging/wlags49_h2/wl_cs.c index 3f7cf41..5c6e18c 100644 --- a/drivers/staging/wlags49_h2/wl_cs.c +++ b/drivers/staging/wlags49_h2/wl_cs.c @@ -73,8 +73,8 @@ #include #include #include -#include -#include +#include +#include #include #include -- 2.7.4