| To: | andrea.gelmini@gelma.net |
|---|---|
| Subject: | [PATCH 170/199] arch/mips/pci/ops-titan-ht.c: Checkpatch cleanup |
| From: | Andrea Gelmini <andrea.gelmini@gelma.net> |
| Date: | Sun, 23 May 2010 21:52:11 +0200 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Tejun Heo <tj@kernel.org>, Christoph Lameter <cl@linux-foundation.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=KllbWyKQZVom0cbrCwGFv+BavmhILqbP3OBYTyXI32U=; b=BjFG+a7gvbLSA9wEqMP4sor8YRXjsnDeKuu/1fRefQ0eNjS6uf75rOq2oNcrzpC0cw r9uFg2LyYrQFvJ/3HofKr7km/4HQRaK7f/WpMWfUMKCn4jisYnyGipYhp0Fzs/liNphX 9JsfWdDl2Tt1Ho+DVJ0eiAgxEMWkc5w6NWBuA= |
| 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=PWv2eqxdJrvcVQ4zIzOu6a9OIF41/MZDb07gh2EvBC4JPkrtPCmvZW5NB96v1Bxyve R3IfQ4zxuMQQAOJqkQZFQ0uyNwkhLJKMGrcTzHKprbEyKMeXbSGKtrEW1mLLCewM6K1i 1qt2RAHaCRY/lbXRFac5BNgLNzJDLzhxS71Vc= |
| 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/pci/ops-titan-ht.c:36: ERROR: "foo * bar" should be "foo *bar"
arch/mips/pci/ops-titan-ht.c:68: ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
arch/mips/pci/ops-titan-ht.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/pci/ops-titan-ht.c b/arch/mips/pci/ops-titan-ht.c
index 46c636c..924e45e 100644
--- a/arch/mips/pci/ops-titan-ht.c
+++ b/arch/mips/pci/ops-titan-ht.c
@@ -33,7 +33,7 @@
#include <asm/titan_dep.h>
static int titan_ht_config_read_dword(struct pci_bus *bus, unsigned int devfn,
- int offset, u32 * val)
+ int offset, u32 *val)
{
volatile uint32_t address;
int busno;
@@ -65,7 +65,7 @@ static int titan_ht_config_read_dword(struct pci_bus *bus,
unsigned int devfn,
}
static int titan_ht_config_read(struct pci_bus *bus, unsigned int devfn,
- int offset, int size, u32 * val)
+ int offset, int size, u32 *val)
{
uint32_t dword;
--
1.7.1.251.gf80a2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 169/199] arch/mips/math-emu/sp_tlong.c: Checkpatch cleanup, Andrea Gelmini |
|---|---|
| Next by Date: | [PATCH 171/199] arch/mips/sgi-ip27/ip27-klconfig.c: Checkpatch cleanup, Andrea Gelmini |
| Previous by Thread: | Re: [PATCH 169/199] arch/mips/math-emu/sp_tlong.c: Checkpatch cleanup, Ralf Baechle |
| Next by Thread: | Re: [PATCH 170/199] arch/mips/pci/ops-titan-ht.c: Checkpatch cleanup, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |