Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: David Daney <ddaney@caviumnetworks.com>
To: wuzhangjin@gmail.com
Cc: linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>,
	Arnaud Patard <apatard@mandriva.com>,
	loongson-dev@googlegroups.com, zhangfx@lemote.com,
	yanh@lemote.com, Philippe Vachon <philippe@cowpig.ca>,
	Zhang Le <r0bertz@gentoo.org>, Erwan Lerale <erwan@thiscow.com>
Subject: Re: [PATCH 01/30] Fix warning: incompatible argument type of pci_fixup_irqs
Date: Fri, 15 May 2009 15:33:57 -0700	[thread overview]
Message-ID: <4A0DEDD5.3000607@caviumnetworks.com> (raw)
In-Reply-To: <1242424728.10164.140.camel@falcon>

Wu Zhangjin wrote:
>>From 1e6360e89b239699ef1f5344e1d3a5c0b3c5bef1 Mon Sep 17 00:00:00 2001
> From: Wu Zhangjin <wuzhangjin@gmail.com>
> Date: Tue, 12 May 2009 10:33:37 +0800
> Subject: [PATCH 01/30] Fix warning: incompatible argument type of
> pci_fixup_irqs
> MIME-Version: 1.0
> Content-Type: text/plain; charset=utf-8
> Content-Transfer-Encoding: 8bit
> 
> arch/mips/pci/pci.c:160: warning: passing argument 2 of ‘pci_fixup_irqs’
> from incompatible pointer type
> 
> include/linux/pci.h:
> 
> 	void pci_fixup_irqs(u8 (*)(struct pci_dev *, u8 *),
>             int (*)(struct pci_dev *, u8, u8));
> 
> arch/mips/pci/pci.c:160:
> 
> 	pci_fixup_irqs(pci_common_swizzle, pcibios_map_irq);
> 
> arch/mips/include/asm/pci.h:
> 
> 	extern int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
> 
> arch/mips/pci/fixup-malta.c
> 
> 	int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
> ---
>  arch/mips/include/asm/pci.h    |    2 +-
>  arch/mips/pci/fixup-au1000.c   |    2 +-
>  arch/mips/pci/fixup-capcella.c |    2 +-
>  arch/mips/pci/fixup-cobalt.c   |    2 +-
>  arch/mips/pci/fixup-emma2rh.c  |    2 +-
>  arch/mips/pci/fixup-excite.c   |    2 +-
>  arch/mips/pci/fixup-ip32.c     |    2 +-
>  arch/mips/pci/fixup-lm2e.c     |    2 +-
>  arch/mips/pci/fixup-malta.c    |    2 +-
>  arch/mips/pci/fixup-mpc30x.c   |    2 +-
>  arch/mips/pci/fixup-pmcmsp.c   |    2 +-
>  arch/mips/pci/fixup-pnx8550.c  |    2 +-
>  arch/mips/pci/fixup-rc32434.c  |    2 +-
>  arch/mips/pci/fixup-sni.c      |    2 +-
>  arch/mips/pci/fixup-tb0219.c   |    2 +-
>  arch/mips/pci/fixup-tb0226.c   |    2 +-
>  arch/mips/pci/fixup-tb0287.c   |    2 +-
>  arch/mips/pci/fixup-wrppmc.c   |    2 +-
>  arch/mips/pci/fixup-yosemite.c |    2 +-
>  arch/mips/pci/pci-bcm1480.c    |    2 +-
>  arch/mips/pci/pci-bcm47xx.c    |    2 +-
>  arch/mips/pci/pci-ip27.c       |    2 +-
>  arch/mips/pci/pci-lasat.c      |    2 +-
>  arch/mips/pci/pci-sb1250.c     |    2 +-
>  arch/mips/txx9/generic/pci.c   |    2 +-
>  25 files changed, 25 insertions(+), 25 deletions(-)
> 
[...]

Did you intend that we should do something with all these patches?

They cannot be merged without a Signed-off-by: tag.  There may be other 
issues as well.  Did you run checkpatch.pl on them?  If not, I would 
recommend it.  Try to fix all errors flagged by checkpatch.

This is what I get on this patch:

ERROR: patch seems to be corrupt (line wrapped?)
#130: FILE: arch/mips/include/asm/pci.h:55:
pci_controller *hose);

ERROR: Missing Signed-off-by: line(s)

total: 2 errors, 0 warnings, 293 lines checked

[PATCH 01_30] Fix warning: incompatible argument type of 
pci_fixup_irqs.eml has style problems, please review.  If any of these 
errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.




David Daney

  parent reply	other threads:[~2009-05-15 22:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-15 21:58 [PATCH 01/30] Fix warning: incompatible argument type of pci_fixup_irqs Wu Zhangjin
2009-05-15 21:58 ` Wu Zhangjin
2009-05-15 22:33 ` David Daney [this message]
2009-05-15 23:58   ` Wu Zhangjin
2009-05-18  6:35 ` Zhang Le
2009-05-19  9:13   ` Wu Zhangjin
2009-05-19 16:25     ` Zhang Le

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=4A0DEDD5.3000607@caviumnetworks.com \
    --to=ddaney@caviumnetworks.com \
    --cc=apatard@mandriva.com \
    --cc=erwan@thiscow.com \
    --cc=linux-mips@linux-mips.org \
    --cc=loongson-dev@googlegroups.com \
    --cc=philippe@cowpig.ca \
    --cc=r0bertz@gentoo.org \
    --cc=ralf@linux-mips.org \
    --cc=wuzhangjin@gmail.com \
    --cc=yanh@lemote.com \
    --cc=zhangfx@lemote.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox