Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246185
| From | Janusz Wolak <januszwolak@awokados.com.pl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/6] e1000 driver remove checkpatch errors, warnings and checks. |
| Date | 2015-10-13 23:50 +0200 |
| Message-ID | <qjfCj-2k3-13@gated-at.bofh.it> (permalink) |
| References | <qjfCh-2k3-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Janusz Wolak <januszvdm@gmail.com> Signed-off-by: Janusz Wolak <januszvdm@gmail.com> --- drivers/net/ethernet/intel/e1000/e1000.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/net/ethernet/intel/e1000/e1000.h b/drivers/net/ethernet/intel/e1000/e1000.h index 6970710..ec82b2d 100644 --- a/drivers/net/ethernet/intel/e1000/e1000.h +++ b/drivers/net/ethernet/intel/e1000/e1000.h @@ -1,5 +1,5 @@ /******************************************************************************* - +* Intel PRO/1000 Linux driver Copyright(c) 1999 - 2006 Intel Corporation. @@ -26,7 +26,6 @@ *******************************************************************************/ - /* Linux PRO/1000 Ethernet Driver main header file */ #ifndef _E1000_H_ @@ -53,7 +52,7 @@ #include <linux/pagemap.h> #include <linux/dma-mapping.h> #include <linux/bitops.h> -#include <asm/io.h> +#include <linux/io.h> #include <asm/irq.h> #include <linux/capability.h> #include <linux/in.h> @@ -82,8 +81,7 @@ struct e1000_adapter; #define E1000_MAX_INTR 10 -/* - * Count for polling __E1000_RESET condition every 10-20msec. +/* Count for polling __E1000_RESET condition every 10-20msec. */ #define E1000_CHECK_RESET_COUNT 50 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/6] e1000 driver remove checkpatch errors, warnings and checks. Janusz Wolak <januszwolak@awokados.com.pl> - 2015-10-13 23:50 +0200
csiph-web