All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 018/199] arch/mips/pci/ops-msc.c: Checkpatch cleanup
@ 2010-05-23 19:52 Andrea Gelmini
  2010-05-23 19:52 ` [PATCH 020/199] arch/mips/pmc-sierra/yosemite/ht-irq.c: " Andrea Gelmini
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Andrea Gelmini @ 2010-05-23 19:52 UTC (permalink / raw)
  To: andrea.gelmini; +Cc: Ralf Baechle, linux-mips

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

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2010-05-24  1:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 19:52 [PATCH 018/199] arch/mips/pci/ops-msc.c: Checkpatch cleanup Andrea Gelmini
2010-05-23 19:52 ` [PATCH 020/199] arch/mips/pmc-sierra/yosemite/ht-irq.c: " Andrea Gelmini
2010-05-24  0:59   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 163/199] arch/mips/dec/promcon.c: " Andrea Gelmini
2010-05-24  0:59   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 164/199] arch/mips/math-emu/dp_modf.c: " Andrea Gelmini
2010-05-24  0:59   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 165/199] arch/mips/math-emu/dp_tint.c: " Andrea Gelmini
2010-05-24  1:00   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 166/199] arch/mips/math-emu/dp_tlong.c: " Andrea Gelmini
2010-05-24  1:00   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 167/199] arch/mips/math-emu/sp_modf.c: " Andrea Gelmini
2010-05-24  1:00   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 168/199] arch/mips/math-emu/sp_tint.c: " Andrea Gelmini
2010-05-24  1:00   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 169/199] arch/mips/math-emu/sp_tlong.c: " Andrea Gelmini
2010-05-24  1:00   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 170/199] arch/mips/pci/ops-titan-ht.c: " Andrea Gelmini
2010-05-24  1:00   ` Ralf Baechle
2010-05-23 19:52 ` [PATCH 171/199] arch/mips/sgi-ip27/ip27-klconfig.c: " Andrea Gelmini
2010-05-24  1:08   ` Ralf Baechle
2010-05-24  0:59 ` [PATCH 018/199] arch/mips/pci/ops-msc.c: " Ralf Baechle

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.