All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	David Miller <davem@davemloft.net>, Jeff Garzik <jeff@garzik.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 07/10] net: fix returning void-valued expression warnings
Date: Thu, 1 May 2008 00:31:21 +0100	[thread overview]
Message-ID: <20080501003121.6b13f561@core> (raw)
In-Reply-To: <1209593023.24729.117.camel@brick>

> --- a/drivers/net/8390.c
> +++ b/drivers/net/8390.c
> @@ -34,7 +34,7 @@ struct net_device *__alloc_ei_netdev(int size)
>  
>  void NS8390_init(struct net_device *dev, int startp)
>  {
> -	return __NS8390_init(dev, startp);
> +	__NS8390_init(dev, startp);
>  }
>  
>  EXPORT_SYMBOL(ei_open);

Acked-by: Alan Cox <alan@redhat.com>

A

      parent reply	other threads:[~2008-04-30 23:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30 22:03 [PATCH 07/10] net: fix returning void-valued expression warnings Harvey Harrison
2008-04-30 22:08 ` David Miller
2008-04-30 22:20   ` Harvey Harrison
2008-04-30 22:21     ` David Miller
2008-05-01  3:19     ` Linus Torvalds
2008-04-30 23:31 ` Alan Cox [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080501003121.6b13f561@core \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=harvey.harrison@gmail.com \
    --cc=jeff@garzik.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.