[PATCH 65/66] arch/um/sys-ia64/sysdep/skas_ptrace.h: Checkpatch cleanup

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrea Gelmini
Date: Saturday, February 27, 2010 - 9:51 am

arch/um/sys-ia64/sysdep/skas_ptrace.h:10: ERROR: code indent should use tabs where possible
arch/um/sys-ia64/sysdep/skas_ptrace.h:11: ERROR: code indent should use tabs where possible
arch/um/sys-ia64/sysdep/skas_ptrace.h:15: ERROR: code indent should use tabs where possible
arch/um/sys-ia64/sysdep/skas_ptrace.h:16: ERROR: code indent should use tabs where possible
arch/um/sys-ia64/sysdep/skas_ptrace.h:17: ERROR: code indent should use tabs where possible

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/um/sys-ia64/sysdep/skas_ptrace.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/um/sys-ia64/sysdep/skas_ptrace.h b/arch/um/sys-ia64/sysdep/skas_ptrace.h
index 25a38e7..b49be9e 100644
--- a/arch/um/sys-ia64/sysdep/skas_ptrace.h
+++ b/arch/um/sys-ia64/sysdep/skas_ptrace.h
@@ -7,14 +7,14 @@
 #define __SYSDEP_IA64_SKAS_PTRACE_H
 
 struct ptrace_faultinfo {
-        int is_write;
-        unsigned long addr;
+	int is_write;
+	unsigned long addr;
 };
 
 struct ptrace_ldt {
-        int func;
-        void *ptr;
-        unsigned long bytecount;
+	int func;
+	void *ptr;
+	unsigned long bytecount;
 };
 
 #define PTRACE_LDT 54
-- 
1.7.0.90.g251a4

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Some simple Checkpatch.pl cleanup, Andrea Gelmini, (Sat Feb 27, 9:50 am)
[PATCH 02/66] fs/befs/inode.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:50 am)
[PATCH 09/66] arch/um/drivers/xterm.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:50 am)
[PATCH 15/66] arch/um/drivers/ssl.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:50 am)
[PATCH 22/66] sound/oss/v_midi.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 26/66] fs/befs/btree.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 27/66] include/linux/raw.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 33/66] include/linux/uts.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 38/66] sound/oss/coproc.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 42/66] arch/mips/lib/libgcc.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 48/66] sound/usb/caiaq/midi.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 52/66] arch/m68k/hp300/time.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 61/66] drivers/acpi/sleep.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 62/66] arch/x86/kvm/kvm_timer.h: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH 65/66] arch/um/sys-ia64/sysdep/skas_ptrace.h: Check ..., Andrea Gelmini, (Sat Feb 27, 9:51 am)
[PATCH] fs/nls/nls_cp949.c: Checkpatch cleanup, Andrea Gelmini, (Sat Feb 27, 9:51 am)
Re: [PATCH 22/66] sound/oss/v_midi.h: Checkpatch cleanup, Andrea Gelmini, (Tue Mar 2, 8:23 am)