Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030592Ab0B0Q60 (ORCPT ); Sat, 27 Feb 2010 11:58:26 -0500 Received: from mail-bw0-f209.google.com ([209.85.218.209]:41119 "EHLO mail-bw0-f209.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030585Ab0B0Q6T (ORCPT ); Sat, 27 Feb 2010 11:58:19 -0500 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=SCswC2y2CT7JI53QcNQ6AGtQ7pfrQ30TFR8u1bcChJ7WRV8/xEuY+B6WFx6jNIi+NX 2MeptKPxbPA4h+eF0I/+uvS6/DSj+FN1Wg1iA7aH24xx1zKcuBwx4lukBgjwiAU8vE+j XMGDNYlGtYPf8F444IX8VbyAboEqN88mXnkz0= From: Andrea Gelmini To: linux-kernel@vger.kernel.org Cc: Andrea Gelmini , Jeff Dike , user-mode-linux-devel@lists.sourceforge.net, user-mode-linux-user@lists.sourceforge.net Subject: [PATCH 64/66] arch/um/sys-i386/shared/sysdep/skas_ptrace.h: Checkpatch cleanup Date: Sat, 27 Feb 2010 17:51:45 +0100 Message-Id: <1267289508-31031-65-git-send-email-andrea.gelmini@gelma.net> X-Mailer: git-send-email 1.7.0.90.g251a4 In-Reply-To: <1267289508-31031-1-git-send-email-andrea.gelmini@gelma.net> References: <1267289508-31031-1-git-send-email-andrea.gelmini@gelma.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1530 Lines: 43 arch/um/sys-i386/shared/sysdep/skas_ptrace.h:10: ERROR: code indent should use tabs where possible arch/um/sys-i386/shared/sysdep/skas_ptrace.h:11: ERROR: code indent should use tabs where possible arch/um/sys-i386/shared/sysdep/skas_ptrace.h:15: ERROR: code indent should use tabs where possible arch/um/sys-i386/shared/sysdep/skas_ptrace.h:16: ERROR: code indent should use tabs where possible arch/um/sys-i386/shared/sysdep/skas_ptrace.h:17: ERROR: code indent should use tabs where possible Signed-off-by: Andrea Gelmini --- arch/um/sys-i386/shared/sysdep/skas_ptrace.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/um/sys-i386/shared/sysdep/skas_ptrace.h b/arch/um/sys-i386/shared/sysdep/skas_ptrace.h index e27b8a7..0f6cebb 100644 --- a/arch/um/sys-i386/shared/sysdep/skas_ptrace.h +++ b/arch/um/sys-i386/shared/sysdep/skas_ptrace.h @@ -7,14 +7,14 @@ #define __SYSDEP_I386_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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/