mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/5] alpha: checkpatch  gives errors and warnings in bootp.c
@ 2014-07-15  3:46 Nicholas Krause
  2014-07-15  3:46 ` [PATCH 2/5] alpha: Checkpatch warnings on lines 71 and 72 Nicholas Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nicholas Krause @ 2014-07-15  3:46 UTC (permalink / raw)
  To: rth; +Cc: ink, mattst88, linux-alpha, linux-kernel

When running checkpatch on this file I get lots of warnings and even a few
errors. This patch cleans up the coding style warning I get on line 26.
---
 arch/alpha/boot/bootp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/boot/bootp.c b/arch/alpha/boot/bootp.c
index 2a542a5..8eb821e 100644
--- a/arch/alpha/boot/bootp.c
+++ b/arch/alpha/boot/bootp.c
@@ -23,7 +23,7 @@
 #include "ksize.h"
 
 extern unsigned long switch_to_osf_pal(unsigned long nr,
-	struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
+	struct pcb_struct *pcb_va, struct pcb_struct *pcb_pa,
 	unsigned long *vptb);
 
 extern void move_stack(unsigned long new_stack);
-- 
1.9.1


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

end of thread, other threads:[~2014-07-15  3:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-15  3:46 [PATCH 1/5] alpha: checkpatch gives errors and warnings in bootp.c Nicholas Krause
2014-07-15  3:46 ` [PATCH 2/5] alpha: Checkpatch warnings on lines 71 and 72 Nicholas Krause
2014-07-15  3:46 ` [PATCH 3/5] alpha: Remove whitespace issues and turn spaces into tabs Nicholas Krause
2014-07-15  3:46 ` [PATCH 4/5] alpha: Fix if statment in bootp.c Nicholas Krause
2014-07-15  3:46 ` [PATCH 5/5] alpha: Cleanpatch Remove Errors Nicholas Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome