[PATCH 126/199] arch/alpha/lib/stacktrace.c: Checkpatch cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



arch/alpha/lib/stacktrace.c:49: ERROR: "foo * bar" should be "foo *bar"
arch/alpha/lib/stacktrace.c:51: ERROR: "foo * bar" should be "foo *bar"
arch/alpha/lib/stacktrace.c:68: ERROR: "foo * bar" should be "foo *bar"
arch/alpha/lib/stacktrace.c:78: ERROR: "foo * bar" should be "foo *bar"
arch/alpha/lib/stacktrace.c:93: ERROR: "foo * bar" should be "foo *bar"
arch/alpha/lib/stacktrace.c:95: ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx>
---
 arch/alpha/lib/stacktrace.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/alpha/lib/stacktrace.c b/arch/alpha/lib/stacktrace.c
index 6d432e4..3d3c632 100644
--- a/arch/alpha/lib/stacktrace.c
+++ b/arch/alpha/lib/stacktrace.c
@@ -46,9 +46,9 @@ static char reg_name[][4] = {
 
 
 static instr *
-display_stored_regs(instr * pro_pc, unsigned char * sp)
+display_stored_regs(instr *pro_pc, unsigned char *sp)
 {
-	instr * ret_pc = 0;
+	instr *ret_pc = 0;
 	int reg;
 	unsigned long value;
 
@@ -65,7 +65,7 @@ display_stored_regs(instr * pro_pc, unsigned char * sp)
 }
 
 static instr *
-seek_prologue(instr * pc)
+seek_prologue(instr *pc)
 {
 	while (!STK_ALLOC_MATCH(*pc))
 		--pc;
@@ -75,7 +75,7 @@ seek_prologue(instr * pc)
 }
 
 static long
-stack_increment(instr * prologue_pc)
+stack_increment(instr *prologue_pc)
 {
 	while (!STK_ALLOC_MATCH(*prologue_pc))
 		++prologue_pc;
@@ -90,9 +90,9 @@ stack_increment(instr * prologue_pc)
 void
 stacktrace(void)
 {
-	instr * ret_pc;
-	instr * prologue = (instr *)stacktrace;
-	register unsigned char * sp __asm__ ("$30");
+	instr *ret_pc;
+	instr *prologue = (instr *)stacktrace;
+	register unsigned char *sp __asm__ ("$30");
 
 	printk("\tstack trace:\n");
 	do {
-- 
1.7.1.251.gf80a2

--
To unsubscribe from this list: send the line "unsubscribe linux-alpha" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux