| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 020/199] arch/mips/pmc-sierra/yosemite/ht-irq.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:03 +0200 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references; bh=5gCRdpSepsfiS4Lfz1T5yQL1KIrgwFmOFWpqgsFAVBc=; b=rDfIux4Q9RjQdi82AIvoZ1OTXsxE1LAmxrvebqPvHWec8RI1SxsAWoiv6RWSp9DbfP LpRBcdpqcmnyU8QhQxnMMVcJKJZO5/Y+lzuUbOyqRrzdTjAscy8iQhXsaZetsALlEP5O WiPG5zlowFAd+CoUfrSvA20LPpFLYaQRZ+RCk= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; b=nlPW3/HcAikzH62JvEwRV6gn9GHk0yfekQETfjKXEUGpvWfUciAozjWqJrUHXJBWxd 4OmU0HOgfeJLIKZr2dETUH1YxNXkWnR1zTtOK28OsENblHc1wjYBQLUUKFrYPvqyaqPm AkGQaS2k5IfClXQ6YiTCP2IaldWz8WDjbFOA0= |
| In-reply-to: | <1274644332-23964-1-git-send-email-andrea.gelmini@gelma.net> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1274644332-23964-1-git-send-email-andrea.gelmini@gelma.net> |
| Sender: | linux-mips-bounce@linux-mips.org |
arch/mips/pmc-sierra/yosemite/ht-irq.c:38: ERROR: code indent should use tabs
where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:39: ERROR: code indent should use tabs
where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:40: ERROR: code indent should use tabs
where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:43: ERROR: code indent should use tabs
where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:44: ERROR: code indent should use tabs
where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:45: ERROR: code indent should use tabs
where possible
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/pmc-sierra/yosemite/ht-irq.c | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/arch/mips/pmc-sierra/yosemite/ht-irq.c
b/arch/mips/pmc-sierra/yosemite/ht-irq.c
index 5aec405..86b98e9 100644
--- a/arch/mips/pmc-sierra/yosemite/ht-irq.c
+++ b/arch/mips/pmc-sierra/yosemite/ht-irq.c
@@ -35,18 +35,17 @@
*/
void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus)
{
- struct pci_bus *current_bus = bus;
- struct pci_dev *devices;
- struct list_head *devices_link;
+ struct pci_bus *current_bus = bus;
+ struct pci_dev *devices;
+ struct list_head *devices_link;
list_for_each(devices_link, &(current_bus->devices)) {
- devices = pci_dev_b(devices_link);
- if (devices == NULL)
- continue;
+ devices = pci_dev_b(devices_link);
+ if (devices == NULL)
+ continue;
}
/*
* PLX and SPKT related changes go here
*/
-
}
--
1.7.1.251.gf80a2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 163/199] arch/mips/dec/promcon.c: Checkpatch cleanup, Andrea Gelmini |
|---|---|
| Next by Date: | [PATCH 165/199] arch/mips/math-emu/dp_tint.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | Re: [PATCH 163/199] arch/mips/dec/promcon.c: Checkpatch cleanup, Ralf Baechle |
| Next by Thread: | Re: [PATCH 020/199] arch/mips/pmc-sierra/yosemite/ht-irq.c: Checkpatch cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |