[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <462E4641.6060604@pobox.com>
Date: Tue, 24 Apr 2007 14:02:41 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Michael Ellerman <michael@...erman.id.au>
CC: Andrew Morton <akpm@...l.org>, netdev@...r.kernel.org,
santil@...ibm.com
Subject: Re: [PATCH] Fix sparse errors in drivers/net/ibmveth.c
Michael Ellerman wrote:
> drivers/net/ibmveth.c:96:46: error: marked inline, but without a definition
> drivers/net/ibmveth.c:96: warning: 'ibmveth_rxq_harvest_buffer' declared inline after being called
> drivers/net/ibmveth.c:96: warning: previous declaration of 'ibmveth_rxq_harvest_buffer' was here
>
> Just let the compiler decide, as it happens gcc 4.~ inlines it anyway.
>
> drivers/net/ibmveth.c:957:71: warning: Using plain integer as NULL pointer
> drivers/net/ibmveth.c:964:85: warning: Using plain integer as NULL pointer
>
> Split the long lines as well, ugly, but < 80 columns.
>
> Signed-off-by: Michael Ellerman <michael@...erman.id.au>
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists