From patchwork Wed Sep 18 21:03:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anoop Thomas Mathew X-Patchwork-Id: 275822 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id B90542C0261 for ; Thu, 19 Sep 2013 07:13:33 +1000 (EST) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 842142C008C for ; Thu, 19 Sep 2013 07:04:12 +1000 (EST) Received: by mail-pa0-f47.google.com with SMTP id kl13so8798566pab.34 for ; Wed, 18 Sep 2013 14:04:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=TVH59STKnKbMTQqbtFwauqrfooiwjeeSByTZ3nrnlEE=; b=WwI6C0NeSg09lJRFmNdb/4Whz+4jVNP2nUta8Wo3eMTqOI+541uUQCo76A43aLGXAK SuzehS1Wj/TvPRRLefZwvejJcCdXd/nlEz06gWLOjcYZ+Hm2J/K/bM/zEZV3oFMRHZfr 0+2hMVFi5nWhCu8HiJlEqu5GBBUfaqt2TPgMJYvq9D4VyrsVlaKwOFr9/O+xgwvi6dui kfU5xWI8BuMMDI3cdQwOMjZHiDBFcYkWKui9bXfXlog3GDQZB9uiU2ZzpZcbsJ/z7MVJ KJsoTtAKhyw4DFv+XtfxH5h9B1b8yPbYO5sRjZkORqWqrA2bkGrOpmoo4rkfuzhpdr6z Zpow== X-Gm-Message-State: ALoCoQlPOASyZbGxvHRS5C8Q+TG1yRfi2Uo2ZdHeayHaDmALWc9nvr7/WwLpqKS9viAytyX5uhA9 X-Received: by 10.68.253.67 with SMTP id zy3mr17318304pbc.137.1379538249582; Wed, 18 Sep 2013 14:04:09 -0700 (PDT) Received: from gmail.com ([117.253.174.49]) by mx.google.com with ESMTPSA id ta10sm7288511pab.5.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 18 Sep 2013 14:04:08 -0700 (PDT) Date: Thu, 19 Sep 2013 02:33:58 +0530 From: Anoop Thomas Mathew To: vgupta@synopsys.com, tony.luck@intel.com, davem@davemloft.net Subject: [PATCH] Fixed typo on word accounting in kprobes.c in mutliple architectures Message-ID: <20130918210351.GA13811@gmail.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Thu, 19 Sep 2013 07:13:04 +1000 Cc: linux-s390@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org, akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.16rc2 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Signed-off-by: Anoop Thomas Mathew --- arch/arc/kernel/kprobes.c | 2 +- arch/ia64/kernel/kprobes.c | 2 +- arch/powerpc/kernel/kprobes.c | 2 +- arch/s390/kernel/kprobes.c | 2 +- arch/sparc/kernel/kprobes.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arc/kernel/kprobes.c b/arch/arc/kernel/kprobes.c index 72f9782..7446c8d 100644 --- a/arch/arc/kernel/kprobes.c +++ b/arch/arc/kernel/kprobes.c @@ -327,7 +327,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) */ /* We increment the nmissed count for accounting, - * we can also use npre/npostfault count for accouting + * we can also use npre/npostfault count for accounting * these specific fault cases. */ kprobes_inc_nmissed_count(cur); diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c index f8280a7..074fde4 100644 --- a/arch/ia64/kernel/kprobes.c +++ b/arch/ia64/kernel/kprobes.c @@ -947,7 +947,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) case KPROBE_HIT_SSDONE: /* * We increment the nmissed count for accounting, - * we can also use npre/npostfault count for accouting + * we can also use npre/npostfault count for accounting * these specific fault cases. */ kprobes_inc_nmissed_count(cur); diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c index 2156ea9..90fab64 100644 --- a/arch/powerpc/kernel/kprobes.c +++ b/arch/powerpc/kernel/kprobes.c @@ -429,7 +429,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) case KPROBE_HIT_SSDONE: /* * We increment the nmissed count for accounting, - * we can also use npre/npostfault count for accouting + * we can also use npre/npostfault count for accounting * these specific fault cases. */ kprobes_inc_nmissed_count(cur); diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c index 0ce9fb2..018c1c4 100644 --- a/arch/s390/kernel/kprobes.c +++ b/arch/s390/kernel/kprobes.c @@ -673,7 +673,7 @@ static int __kprobes kprobe_trap_handler(struct pt_regs *regs, int trapnr) case KPROBE_HIT_SSDONE: /* * We increment the nmissed count for accounting, - * we can also use npre/npostfault count for accouting + * we can also use npre/npostfault count for accounting * these specific fault cases. */ kprobes_inc_nmissed_count(p); diff --git a/arch/sparc/kernel/kprobes.c b/arch/sparc/kernel/kprobes.c index e722121..d3d5d38 100644 --- a/arch/sparc/kernel/kprobes.c +++ b/arch/sparc/kernel/kprobes.c @@ -349,7 +349,7 @@ int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) case KPROBE_HIT_SSDONE: /* * We increment the nmissed count for accounting, - * we can also use npre/npostfault count for accouting + * we can also use npre/npostfault count for accounting * these specific fault cases. */ kprobes_inc_nmissed_count(cur);