linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM:kernel: beautify code: correct the tabs count for '}'
@ 2013-03-08 10:32 Chen Gang
  0 siblings, 0 replies; only message in thread
From: Chen Gang @ 2013-03-08 10:32 UTC (permalink / raw)
  To: linux-arm-kernel


  the '}' for 'function' and 'for', need be with correct tabs count

Signed-off-by: Chen Gang <gang.chen@asianux.com>
---
 arch/arm/kernel/kprobes-common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kernel/kprobes-common.c b/arch/arm/kernel/kprobes-common.c
index 18a7628..17faa7c 100644
--- a/arch/arm/kernel/kprobes-common.c
+++ b/arch/arm/kernel/kprobes-common.c
@@ -574,5 +574,5 @@ kprobe_decode_insn(kprobe_opcode_t insn, struct arch_specific_insn *asi,
 		default:
 			return INSN_REJECTED;
 		}
-		}
 	}
+}
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-08 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 10:32 [PATCH] ARM:kernel: beautify code: correct the tabs count for '}' Chen Gang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).