Re: [PATCH] net/7990: Make lance_private.name const

2013-11-13 Thread David Miller
From: Geert Uytterhoeven Date: Wed, 13 Nov 2013 09:54:18 +0100 > On Wed, Nov 13, 2013 at 12:16 AM, David Miller wrote: And remember about checkpatch.pl which was hardly content with the patch. >>> >>> Only because checkpatch looks at the _new_ lines, and doesn't compare the >>> styles of th

[tip:irq/urgent] m68k: Simplify low level interrupt handling code

2013-11-13 Thread tip-bot for Thomas Gleixner
Commit-ID: 09f90f6685cd88b6b904c141035d096169958cc4 Gitweb: http://git.kernel.org/tip/09f90f6685cd88b6b904c141035d096169958cc4 Author: Thomas Gleixner AuthorDate: Mon, 11 Nov 2013 21:01:03 +0100 Committer: Thomas Gleixner CommitDate: Wed, 13 Nov 2013 20:21:46 +0100 m68k: Simplify low l

Re: [PATCH] net/7990: Make lance_private.name const

2013-11-13 Thread Geert Uytterhoeven
On Wed, Nov 13, 2013 at 12:16 AM, David Miller wrote: >>> And remember about checkpatch.pl which was hardly content with the patch. >> >> Only because checkpatch looks at the _new_ lines, and doesn't compare the >> styles of the old and new lines. > > You really should fix the line you are changin

[PATCH -v2 1/2] net/7990: Fix whitespace errors

2013-11-13 Thread Geert Uytterhoeven
Most of them reported by checkpatch.pl Signed-off-by: Geert Uytterhoeven --- v2: Add this cleanup as a prerequisite for [PATCH 2/2] drivers/net/ethernet/amd/7990.c| 836 ++-- drivers/net/ethernet/amd/7990.h| 268 ++-- drivers/net/ethernet/amd/hp

[PATCH -v2 2/2] net/7990: Make lance_private.name const

2013-11-13 Thread Geert Uytterhoeven
This allows to drop a few casts. Signed-off-by: Geert Uytterhoeven --- v2: Rebase after whitespace cleanup drivers/net/ethernet/amd/7990.h|2 +- drivers/net/ethernet/amd/hplance.c |2 +- drivers/net/ethernet/amd/mvme147.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-)