All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Mike McCormack <mikem@ring3k.org>
Cc: Larry.Finger@lwfinger.net, chaoming_li@realsil.com.cn,
	linux-wireless@vger.kernel.org
Subject: Re: [PATCH 1/3] rtlwifi: Fix typo in variable name
Date: Mon, 20 Jun 2011 15:45:49 -0400	[thread overview]
Message-ID: <20110620194549.GC2251@tuxdriver.com> (raw)
In-Reply-To: <4DFEA61A.8060805@ring3k.org>

On Mon, Jun 20, 2011 at 10:44:58AM +0900, Mike McCormack wrote:
> offchan_deley should be offchan_delay
> 
> Signed-off-by: Mike McCormack <mikem@ring3k.org>
> Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

> @@ -788,7 +788,6 @@ static irqreturn_t _rtl_pci_interrupt(int irq, void *dev_id)
>  {
>  	struct ieee80211_hw *hw = dev_id;
>  	struct rtl_priv *rtlpriv = rtl_priv(hw);
> -	struct rtl_pci *rtlpci = rtl_pcidev(rtl_pcipriv(hw));
>  	struct rtl_hal *rtlhal = rtl_hal(rtl_priv(hw));
>  	unsigned long flags;
>  	u32 inta = 0;

How is this hunk related?  It breaks the build...

  CC [M]  drivers/net/wireless/rtlwifi/pci.o
drivers/net/wireless/rtlwifi/pci.c: In function ‘_rtl_pci_interrupt’:
drivers/net/wireless/rtlwifi/pci.c:796:6: error: ‘rtlpci’ undeclared (first use in this function)
drivers/net/wireless/rtlwifi/pci.c:796:6: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [drivers/net/wireless/rtlwifi/pci.o] Error 1
make[1]: *** [drivers/net/wireless/rtlwifi] Error 2
make: *** [drivers/net/wireless/] Error 2

I'll fix it up -- please be more careful.

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

      reply	other threads:[~2011-06-20 20:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20  1:44 [PATCH 1/3] rtlwifi: Fix typo in variable name Mike McCormack
2011-06-20 19:45 ` John W. Linville [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=20110620194549.GC2251@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=chaoming_li@realsil.com.cn \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mikem@ring3k.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.