| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 018/199] arch/mips/pci/ops-msc.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:02 +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; bh=ezFqUm1mscGy3/lDBVG/zzK3OudzocCPOAchywINbhg=; b=DoNIYI1DA4VHTSdHkw0pffipZhY7cHBh/zUBXdDzGltwNBCWa6+axKIjXHuDHmho1V XMA8FQgXZtcXvTLtwc8JiUveJh0ieefkHV4zIp+xhzv7ab2XEjGyZxN01yetUuLFp7/F NIHRvnVwmv2d21pp8PVsLpMmuQK4mXHA5XKgw= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=nINSkMm/wIlndVVkJLkpbbsuSF1Sw5B27Pyao+K5ApQDUpSt1eqDb8hEzFuKKcSEsK ZTNKm46hW+VzryeqqDCSWCS+uDoB5VsQrVm4lWK3vEpYm589XKvbC1zRkor512vppqdC usW3d4ni/pmfUtF/3MVoweyJjXZV+dNNSdTWM= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
arch/mips/pci/ops-msc.c:90: ERROR: "foo * bar" should be "foo *bar"
arch/mips/pci/ops-msc.c:100: ERROR: code indent should use tabs where possible
arch/mips/pci/ops-msc.c:127: ERROR: code indent should use tabs where possible
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/pci/ops-msc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/mips/pci/ops-msc.c b/arch/mips/pci/ops-msc.c
index 5d9fbb0..3d3576f 100644
--- a/arch/mips/pci/ops-msc.c
+++ b/arch/mips/pci/ops-msc.c
@@ -87,7 +87,7 @@ static int msc_pcibios_config_access(unsigned char
access_type,
* read/write a 32bit word and mask/modify the data we actually want.
*/
static int msc_pcibios_read(struct pci_bus *bus, unsigned int devfn,
- int where, int size, u32 * val)
+ int where, int size, u32 *val)
{
u32 data = 0;
@@ -97,7 +97,7 @@ static int msc_pcibios_read(struct pci_bus *bus, unsigned int
devfn,
return PCIBIOS_BAD_REGISTER_NUMBER;
if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where,
- &data))
+ &data))
return -1;
if (size == 1)
@@ -124,7 +124,7 @@ static int msc_pcibios_write(struct pci_bus *bus, unsigned
int devfn,
data = val;
else {
if (msc_pcibios_config_access(PCI_ACCESS_READ, bus, devfn,
- where, &data))
+ where, &data))
return -1;
if (size == 1)
--
1.7.1.251.gf80a2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/9] Loongson: YeeLoong: add platform driver, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH 163/199] arch/mips/dec/promcon.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | [PATCH v12 0/9] Loongson: YeeLoong: add platform specific driver, Wu Zhangjin |
| Next by Thread: | [PATCH 163/199] arch/mips/dec/promcon.c: Checkpatch cleanup, Andrea Gelmini |
| Indexes: | [Date] [Thread] [Top] [All Lists] |